CrashLog 1.2.2

CrashLog 1.2.2

测试已测试
语言语言 Obj-CObjective C
许可 MIT
发布上次发布2017年7月

pdc 维护。



CrashLog 1.2.2

  • pdc

如何使用 CrashLog?

安装

pod 'CrashLog'

像这样

@interface AppDelegate ()
@property (nonatomic, strong) RSCrashProfiler *profiler;
@end

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions 
{
self.profiler = [RSCrashProfiler new];
[self.profiler start];
return YES;
}