在 XCode 上运行测试人员的 iPhone 崩溃日志
当我使用 XCode 在我的设备上运行应用程序并且发生崩溃时,可以轻松跟踪代码中发生崩溃的位置。 然而,当我将临时版本部署给测试人员并且他们发生崩溃时,有没有办法让我在 XCode 上加载崩溃,就像它在我的计算机上崩溃一样,实际上看到堆栈和变量值?
谢谢
When I'm running my app on my device using XCode and I have a crash it's easy tracking where it happened on code.
However, when I deploy my ad-hoc version to testers and they have a crash, is there a way for me to load the crash on XCode as if it crashed on my computer, actually seeing the stack and the variable values ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,没有已知的方法可以获取 iOS 应用程序的完整核心转储文件,以便稍后加载到 GDB 上。
您是否已要求测试人员向您发送崩溃日志?否则请阅读以下内容:
了解和分析 iPhone 操作系统应用程序崩溃报告
基本上:
As far as I know, there is no known method to obtain a full core dump file for iOS apps that you can later load on GDB.
Are you already asking your testers to send you the crash logs? Read this otherwise:
Understanding and Analyzing iPhone OS Application Crash Reports
Basically: