2016年1月29日

ios通过代码方式获取crash日志

摘要: 1.新建GUncaughtExceptionHandler + (void)setDefaultHandler { NSSetUncaughtExceptionHandler (&UncaughtExceptionHandler); } 并实现方法 void UncaughtExceptionHan 阅读全文

posted @ 2016-01-29 17:41 Baymax01 阅读(308) 评论(0) 推荐(0)

导航