【发布时间】:2019-08-01 14:10:59
【问题描述】:
我正在使用 crittercism 来获取有关我的应用程序的崩溃报告。 它工作得很好,但我遇到了一个堆栈跟踪崩溃,这并没有真正的帮助。
0 libobjc.A.dylib 0x3b16c5b0 objc_msgSend + 16
1 Foundation 0x33d6b0f5 __NSThreadPerformPerform + 461
2 CoreFoundation 0x33429683 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
3 CoreFoundation 0x33428ee9 __CFRunLoopDoSources0 + 213
4 CoreFoundation 0x33427cb7 __CFRunLoopRun + 647
5 CoreFoundation 0x3339aebd CFRunLoopRunSpecific + 357
6 CoreFoundation 0x3339ad49 CFRunLoopRunInMode + 105
7 GraphicsServices 0x36f712eb GSEventRunModal + 75
8 UIKit 0x352b0301 UIApplicationMain + 1121
9 myapp 0x00024c2f main (main.m:14)
坠机是象征性的,但没有任何信息可以告诉我坠机的确切位置。 我认为它可能是一个过早发布的对象,但由于它是一个随机错误而且我不知道它发生在哪里,所以很难追踪它。 如何将此堆栈跟踪或崩溃报告转换为人类可读的?
【问题讨论】:
标签: ios objective-c crittercism