摘要:
#import <UIKit/UIKit.h>#import "AppDelegate.h"void MyUncaughtExceptionHandler(NSException *exception){ NSLog(@"************Bug stack info begin***********"); NSLog(@"%@",exception); // 显示当前堆栈内容 NSArray *callStackArray = [exception callStackReturnAddresses]; NSArra 阅读全文