Why would one crash log symbolicate and not another?

半腔热情 提交于 2020-01-03 17:01:05

问题


I have two crash logs from a iPhone application in XCode Organizer. Both occurred within 20 minutes of each other, on the same device, running the same build of the application. While one has been symbolicated the other has not.

The unsymbolicated log has type and codes:

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x00000000, 0x00000000

Whereas the symbolicated log has type and codes:

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x61656810

Is this enough information to explain why the latter symbolicated correctly but the former not?


回答1:


I've experienced this too, and found that if you rename the crash log file and then drag and drop it into Xcode organizer, it will often symbolicate correctly.



来源:https://stackoverflow.com/questions/3498389/why-would-one-crash-log-symbolicate-and-not-another

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!