在 XCode 上运行测试人员的 iPhone 崩溃日志

发布于 2024-11-04 21:31:45 字数 142 浏览 0 评论 0原文

当我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沉睡月亮 2024-11-11 21:31:45

据我所知,没有已知的方法可以获取 iOS 应用程序的完整核心转储文件,以便稍后加载到 GDB 上。

您是否已要求测试人员向您发送崩溃日志?否则请阅读以下内容:
了解和分析 iPhone 操作系统应用程序崩溃报告

基本上:

当用户使用 iTunes 同步其设备时,会出现崩溃报告
复制到用户的目录中
电脑。 [...] 取决于
平台,目录为:

Mac OS X:
〜/库/日志/CrashReporter/MobileDevice/

Windows XP:C:\Documents 和
设置\\应用程序
数据\苹果
计算机\日志\CrashReporter\MobileDevice\

Windows Vista 或 7:
C:\Users\\AppData\Roaming\Apple
计算机\日志\CrashReporter\MobileDevice\

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:

When the user synchronizes their device using iTunes, crash reports are
copied to a directory on the user's
computer. […] Depending on the
platform, the directory is:

Mac OS X:
~/Library/Logs/CrashReporter/MobileDevice/

Windows XP: C:\Documents and
Settings\\Application
Data\Apple
Computer\Logs\CrashReporter\MobileDevice\

Windows Vista or 7:
C:\Users\\AppData\Roaming\Apple
Computer\Logs\CrashReporter\MobileDevice\

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文