Breakpad过程检查失败
我使用 Breakpad 在应用崩溃时发送错误报告。
现在我尝试关注维基,但那里的信息有些缺乏。我只是不知道如何处理生成的符号转储文件。
我找到了这个教程但它根本没有提到那些转储文件。
当我在应用程序中包含 Breakpad 框架时,创建一个 Breakpad 实例,然后使应用程序崩溃,控制台显示
com.apple.launchd.peruser.501[146] Inspection of crashed process failed
我的内容我在这里做错了吗?
I'm using Breakpad to send error reports when my app crashes.
Now I tried to follow the wiki but the information there is somewhat lacking. I just can't figure out what to do with the generated symbol dump files.
I found this tutorial but it doesn't mention those dump files at all.
And when I include the Breakpad framework in my app, create a breakpad instance and then crash the app the console reads
com.apple.launchd.peruser.501[146] Inspection of crashed process failed
What I'm doing wrong here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
显然 Breakpad 构建过程存在问题。
我重建了框架,将“有效架构”设置为仅“i386”(我只需要 10.6 及以上版本),瞧……它成功了。
Apparently there is a problem with the Breakpad build process.
I rebuilt the framework with "valid architectures" set to only "i386" (i only need it for 10.6 and above) and voilà... it worked.