1

我的应用程序在 iOS App Store 上运行,其中包含 BugSense,它会上传用户崩溃并自动符号化报告。这份报告已经被符号化了,但显然这并不重要,因为报告中没有任何行指向我的代码。

所以我的问题是,像这样的崩溃我该怎么办?我什至如何才能开始追查这次崩溃是如何发生的?

顺便说一句,我的代码中有数十万行,其中包含超过 150 个不同的代码文件......我不能只是“在调试器中运行它,看看你是否可以重现”而不做一个完整的巨大测试通过。如果可能的话,我需要一种更快的方法来追踪它:

0libobjc.A.dylib 0x37c00ba6 objc_msgSend_stret + 5
1UIKit 0x30082e7d <redacted> + 292
2UIKit 0x2ffb7641 <redacted> + 372
3QuartzCore 0x2fbedbb9 <redacted> + 100
4QuartzCore 0x2fbd743f <redacted> + 1854
5QuartzCore 0x2fcb0425 <redacted> + 52
6QuartzCore 0x2fbd6cf3 <redacted> + 82
7QuartzCore 0x2fbd699b <redacted> + 1106
8QuartzCore 0x2fbba67d <redacted> + 208
9QuartzCore 0x2fbba315 <redacted> + 24
10QuartzCore 0x2fbb9d1f <redacted> + 230
11QuartzCore 0x2fbb9b2f <redacted> + 314
12QuartzCore 0x2fc0e825 <redacted> + 516
13IOMobileFramebuffer 0x3283b76d <redacted> + 104
14IOKit 0x2e4a6a75 IODispatchCalloutFromCFMessage + 248
15CoreFoundation 0x2d784e21 <redacted> + 136
16CoreFoundation 0x2d78f9df <redacted> + 34
17CoreFoundation 0x2d78f97b <redacted> + 346
18CoreFoundation 0x2d78e14f <redacted> + 1398
19CoreFoundation 0x2d6f8c27 CFRunLoopRunSpecific + 522
20CoreFoundation 0x2d6f8a0b CFRunLoopRunInMode + 106
21GraphicsServices 0x3241f283 GSEventRunModal + 138
22UIKit 0x2ff9c049 UIApplicationMain + 1136
23Movies 0x00116497 main (main.m:14) + 136343

有任何想法吗??

顺便说一句,这就是<redacted>显示的原因:

https://bugsense.zendesk.com/entries/27780998-I-ve-uploaded-the-dSYM-but-Istill-see-most-lines-in-crash-reports-with-redacted-Am-I-doing-某物

4

0 回答 0