gpt4 book ai didi

xcode - OS X 崩溃日志符号

转载 作者:行者123 更新时间:2023-12-01 16:21:08 26 4
gpt4 key购买 nike

我无法使用 XCode 4.6 来符号化来自测试人员和用户的 OS X(而非 iOS)崩溃日志。崩溃日志无法拖到管理器中,并且管理器不会显示 ~/Library/Logs/DiagnosticReports/中的任何崩溃日志,尽管某些日志位于该目录中。

Didier Malenfant 对之前的帖子发表了评论 XCode not importing OS X crash log那个

The bottom line is quite simple. As of now (Xcode 4.6), OS X crash logs cannot be imported into Xcode. Only iOS ones.

这是目前的情况吗?如果没有有效的方法来解释崩溃报告,很难想象组织能够支持新的 OS X 软件。

最佳答案

如果你有堆栈跟踪;例如:

0   com.your_app        0x00000001016191e0 0x1015fb000 + 123360
1 com.your_app 0x000000010161509d 0x1015fb000 + 106653
2 com.your_app 0x00000001016147b9 0x1015fb000 + 104377
3 com.your_app 0x000000010161df81 0x1015fb000 + 143233`

尝试以下操作:

atos -o YOUR_APP.app.dSYM/Contents/Resources/DWARF/YOUR_APP -l 0x1015fb000 0x00000001016191e0 0x000000010161509d 0x00000001016147b9 0x000000010161df81`

关于xcode - OS X 崩溃日志符号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17495139/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com