需要手动统计崩溃信息NSSetUncaughtExceptionHandler { (exception) -> Void inlet array = exception.callStackSymbolslet reason = exception.reasonlet name = exception.nameprint(array)print("reason:(reason)|name:(name)")}appdelegate里面这样写没效果