chenfanfang / AvoidCrash

This framework can effective avoid crash by potential error code. For example : If you insert a nil into a mutable array, this framework can avoid crash and note you that where cause crash.
MIT License
1.64k stars 383 forks source link

在崩溃时dealwithCrashMessage多次调用的问题. #58

Closed wangyuchaogeek closed 4 years ago

wangyuchaogeek commented 6 years ago

请问我只想在崩溃时调用一次此方法应该怎么做呢?