facebookarchive / FBMemoryProfiler

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

Fix crashes for missing classNames #12

Closed absolute-heike closed 8 years ago

absolute-heike commented 8 years ago

This fixes crashes, in case the className is nil for some reason.

If I have time, I will try to find out, why the className can be nil in the first place :)