facebookarchive / FBMemoryProfiler

iOS tool that helps with profiling iOS Memory usage.
Other
3.41k stars 377 forks source link

FBAllocationTrackerSummary.className cause crash #13

Closed c-xiaoqiang closed 8 years ago

c-xiaoqiang commented 8 years ago

Though your define @property (nonatomic, copy, readonly, nonnull) NSString *className; It maybe nil. In FBMemoryProfilerDataSource the 241 line.[array addObject:object.className] may add nil.

absolute-heike commented 8 years ago

Yeah you are right. The fix to this was already merged in #12

c-xiaoqiang commented 8 years ago

good.