IGListKit/Source
Ryan Nystrom 5fe27d8809 Add debug dump scripts
Summary:
Got a little time on the plane to mess around with this idea. Very much want comments on this! Some questions:

- We should probably compile out parts of this using `#if DEBUG`.
  - Should I compile out all of the description methods?
  - Maybe I wrap the entire debug files w/ `#if DEBUG ... #endif` so none of it is loaded?
- ryanolsonk I used [FLEX](https://github.com/Flipboard/FLEX/blob/master/Classes/Utility/FLEXHeapEnumerator.m) for searching the heap, lmk if you see any problems w/ this
  - Its lifted w/ only a few changes for my specific needs (including comments 😂)
  - Chalk us up for using [another bit](https://github.com/Instagram/IGListKit/blob/master/Source/Internal/IGListAdapterProxy.m#L77-L82) of your code
- Added a basic test so that the basics of this work and coverage doesn't tank
  - Anything else I should test?
- Is there more data we should be dumping?
- I have to track batch update state on the updater in order to dump it. If this seems dan
Closes https://github.com/Instagram/IGListKit/pull/617

Reviewed By: jessesquires

Differential Revision: D4929426

Pulled By: rnystrom

fbshipit-source-id: fcba0d6f0b7766485440f208cf70ad39dfc7a42e
2017-04-21 16:46:06 -07:00
..
Common Add debug dump scripts 2017-04-21 16:46:06 -07:00
Internal Add debug dump scripts 2017-04-21 16:46:06 -07:00
IGListAdapter.h Init without working range size 2017-04-21 14:30:46 -07:00
IGListAdapter.m Add debug dump scripts 2017-04-21 16:46:06 -07:00
IGListAdapterDataSource.h Remove IGListSectionType 2017-04-19 08:26:30 -07:00
IGListAdapterDelegate.h Remove @param alignment from header docs #trivial 2017-04-18 09:46:18 -07:00
IGListAdapterUpdater.h Nitpicky comment fixes 2017-03-31 13:01:40 -07:00
IGListAdapterUpdater.m Add debug dump scripts 2017-04-21 16:46:06 -07:00
IGListAdapterUpdaterDelegate.h Remove @param alignment from header docs #trivial 2017-04-18 09:46:18 -07:00
IGListBatchContext.h Remove IGListSectionType 2017-04-19 08:26:30 -07:00
IGListBindable.h Nitpicky comment fixes 2017-03-31 13:01:40 -07:00
IGListBindingSectionController.h Remove IGListSectionType 2017-04-19 08:26:30 -07:00
IGListBindingSectionController.m Remove IGListSectionType 2017-04-19 08:26:30 -07:00
IGListBindingSectionControllerDataSource.h Remove @param alignment from header docs #trivial 2017-04-18 09:46:18 -07:00
IGListBindingSectionControllerSelectionDelegate.h Auto diffing section controller 2017-03-15 07:47:24 -07:00
IGListCollectionContext.h Remove IGListSectionType 2017-04-19 08:26:30 -07:00
IGListCollectionViewLayout.h Remove @param alignment from header docs #trivial 2017-04-18 09:46:18 -07:00
IGListCollectionViewLayout.mm Fixed empty space bug in CollectionView 2017-04-21 08:20:16 -07:00
IGListDisplayDelegate.h Remove IGListSectionType 2017-04-19 08:26:30 -07:00
IGListGenericSectionController.h Add generic type section controller 2017-04-19 12:45:36 -07:00
IGListGenericSectionController.m Add generic type section controller 2017-04-19 12:45:36 -07:00
IGListKit.h Add generic type section controller 2017-04-19 12:45:36 -07:00
IGListReloadDataUpdater.h Add Nullability to a Few Headers 2017-04-10 10:18:20 -07:00
IGListReloadDataUpdater.m Prevent duplicate item deletes and drop reload collisions 2017-04-19 17:17:41 -07:00
IGListScrollDelegate.h Remove IGListSectionType 2017-04-19 08:26:30 -07:00
IGListSectionController.h Remove IGListSectionType 2017-04-19 08:26:30 -07:00
IGListSectionController.m Remove IGListSectionType 2017-04-19 08:26:30 -07:00
IGListSingleSectionController.h Remove IGListSectionType 2017-04-19 08:26:30 -07:00
IGListSingleSectionController.m Remove IGListSectionType 2017-04-19 08:26:30 -07:00
IGListStackedSectionController.h Remove IGListSectionType 2017-04-19 08:26:30 -07:00
IGListStackedSectionController.m Remove IGListSectionType 2017-04-19 08:26:30 -07:00
IGListSupplementaryViewSource.h Remove @param alignment from header docs #trivial 2017-04-18 09:46:18 -07:00
IGListUpdatingDelegate.h Prevent duplicate item deletes and drop reload collisions 2017-04-19 17:17:41 -07:00
IGListWorkingRangeDelegate.h Remove IGListSectionType 2017-04-19 08:26:30 -07:00
Info.plist Release 2.1.0 prep 2017-01-04 10:14:37 -08:00