摘要:
项目中如果想把异常捕获再写入文件,有个十分容易使用的库DDLog.首先导入库,在git上下载。一:在项目初始化指定全局LogLeve ,一般在xxxapp.m中staticconstint ddLogLevel = LOG_LEVEL_VERBOSE;二: - (void)applicationDidFinishLaunching:(NSNotification *)aNotification{ NSExceptionHandler *exceptionHandler = [NSExceptionHandler defaultExceptionHandler] ; exceptio... 阅读全文