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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

wangyuchaogeek opened this issue · comments

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