运行iPhone崩溃来自XCode上的测试人员的日志 [英] Running iPhone crash Logs from testers on XCode

查看:99
本文介绍了运行iPhone崩溃来自XCode上的测试人员的日志的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我使用XCode在我的设备上运行我的应用程序并且崩溃时,可以轻松跟踪代码发生的位置。
但是,当我将我的ad-hoc版本部署到测试人员并且他们发生了崩溃时,我是否有办法在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 ?

谢谢

推荐答案

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

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.

您是否已经要求测试人员向您发送崩溃日志?另请阅读:
了解和分析iPhone OS应用程序崩溃报告

Are you already asking your testers to send you the crash logs? Read this otherwise: Understanding and Analyzing iPhone OS Application Crash Reports

基本上:


当用户使用同步设备时iTunes,崩溃报告是
复制到用户的
计算机上的目录。 [...]取决于
平台,目录为:

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 /

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

Windows XP:C:\Documents和
设置\\Application
Data \ Apple
Computer \ Logs \\ \\ C \\ nCrashReporter \ MobileDevice \

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

Windows Vista或7:
C:\ Users \\ AppData \ Rooaming \ Apple
Computer\Logs\CrashReporter \ MobileDevice \

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

这篇关于运行iPhone崩溃来自XCode上的测试人员的日志的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆