我在iPad(物理设备)上的应用程序崩溃了,我明白了:
Mon Nov 22 14:08:42 ianvinkipad ReportCrash [521]:使用uid将崩溃报告保存到/var/mobile/Library/Logs/CrashReporter/InterfaithExplorer_2010-11-22-140841_ianvinkipad.plist:0 gid:0,synthetic_euid: 501 egid:0
我在哪里阅读此报告?它似乎不在PC上。而且我不确定如何将其从设备上取下来。
答案 0 :(得分:45)
以下是在iOS中阅读崩溃报告的方法:
// Upto iOS 8
Settings
General
About
Diagnostics & Usage
Diagnotstic & Usage Data
// iOS 8
Settings
Privacy
Diagnostics & Usage
Diagnotstic & Usage Data
然后复制并粘贴您需要的内容。
答案 1 :(得分:15)
在同步后,看起来崩溃报告会移动到我的Mac上。在〜/ Library / Logs / CrashReporter / MobileDevice /
找到它们答案 2 :(得分:7)
Apple开发人员中心的技术说明Understanding and Analyzing iPhone OS Application Crash Reports概述了如何检索和分析崩溃报告。
答案 3 :(得分:0)
Apple有一个official tech article。
iOS 8和iOS 9
在您的iOS设备上,转到设置>隐私>诊断&用法,然后选择Array[1]
Array[0] => DataInfoBlock1 {
Some description
}
Array[1] => DataInfoBlock1
Array[2] => Some description
,
...
...
。