LDXCrash 0.0.3

LDXCrash 0.0.3

liuxu 维护。



LDXCrash 0.0.3

  • 刘东旭

崩溃

崩溃日志收集

pod 'LDXCrash'

Appdelegate.m [CrashUncaughtExceptionHandler installUncaughtExceptionHandler:YES];

CrashListViewController *listVC = [CrashListViewController new];
listVC.delegate = self;

// listVC.emailAddress = @"[email protected]"; UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:listVC];

[self presentViewController:nav animated:YES completion:NULL];