我已经实现了一个使用PLCrashReporter作为崩溃处理方法的应用程序。它检索可以切换为人类可读格式的报告。
Incident Identifier: E125648C-6BCF-4F69-9950-C8CDFB0535D3
CrashReporter Key: e681450ca18f97638adb5f7295a4af24103b92ae
Hardware Model: iPad5,4
Process: CrashReport [6918]
Path: /private/var/mobile/Containers/Bundle/Application/FA6CA909-C229-457F-9EF0-35B889481B63/CrashReport.app/CrashReport
Identifier: net.example.CrashReport
Version: 1 (1.0)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
Date/Time: 2016-05-15 16:40:51.199 +0430
Launch Time: 2016-05-15 16:40:44.122 +0430
OS Version: iOS 8.4.1 (12H321)
Report Version: 105
Exception Type: EXC_CRASH (SIGTRAP)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Triggered by Thread: 1
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0:
0 CrashReport 0x00000001000663a4 0x100060000 + 25508
1 CrashReport 0x00000001000662ac 0x100060000 + 25260
2 CrashReport 0x0000000100066304 0x100060000 + 25348
3 UIKit 0x0000000187b411e8 0x187afc000 + 283112
包含有关应用程序和硬件模型的所有详细信息,但没有行或类名!
我进行了很多搜索,发现我必须使用符号化过程。
- 有人告诉使用 .dSYM ,但该应用程序尚未在苹果商店上架
- 其他一些解决方案是使用 report.crash 和类似的东西,但我在我的应用程序中找不到这个文件
- 我希望从应用程序发送代码行,而不是从 XCode 或其他一些工具处理它
最后:我需要一些代码来从 PLCrashReport 中提取行号和函数,请使用 Swift。我不太擅长Objective C。
谢谢