iOS 解析crashlog日志
AppStore上架被拒如何解析crash文件:
最近上架被拒,提示如下;
- 1 Performance: App Completeness
Guideline 2.1 - Performance - App Completeness
Your app crashed on iPad running iOS 13.2.2 on WiFi when we:
Launch > Tapped The Login Button
We have attached detailed crash logs to help troubleshoot this issue.
Next Steps
To resolve this issue, please revise your app and test it on a device to ensure that it runs as expected.
Resources
For information on how to symbolicate and read a crash log, please review Tech Note TN2151 Understanding and Analyzing Application Crash Reports.
下面两个.text文档为 crashlog 文件
crashlog-ED3C5EAB-F312-4E95-A957-362EAFC2E53B.txt
crashlog-54EB8731-A862-4ABC-BDCC-C1F030B31610.txt
测试了很多遍,登录一切正常,便想解析crashlog日志看一下,将里面的16进制的崩溃日志解析为正常日志。
-未解析之前的crashlog日志是这样的:
-解析之后是这样的
-
解析方法:原文地址传送门
这种解析方式还是很实用的。