iPad - How to get crash report

2019-01-24 04:22发布

My app on the iPad (physical device) is crashing and I get this:

Mon Nov 22 14:08:42 ianvinkipad ReportCrash[521] : Saved crashreport to /var/mobile/Library/Logs/CrashReporter/InterfaithExplorer_2010-11-22-140841_ianvinkipad.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0

Where do I go to read this report? It does not appear to be on the PC. And I am not sure how to get it off the device.

4条回答
爷、活的狠高调
2楼-- · 2019-01-24 05:05

The technical note Understanding and Analyzing iPhone OS Application Crash Reports from Apple developer center has a good overview of how to retrieve and analyze your crash report.

查看更多
来,给爷笑一个
3楼-- · 2019-01-24 05:10

Apple has an official tech article about it.

iOS 8 and iOS 9

On your iOS device, go to Settings > Privacy > Diagnostics & Usage, and select Diagnostic & Usage Data.

查看更多
霸刀☆藐视天下
4楼-- · 2019-01-24 05:12

Here's how to read crash reports in iOS:

// Upto iOS 8
Settings
General
About
Diagnostics & Usage
Diagnotstic & Usage Data

// iOS 8
Settings
Privacy
Diagnostics & Usage
Diagnotstic & Usage Data

Then copy and paste what you need.

查看更多
Root(大扎)
5楼-- · 2019-01-24 05:13

Looks like the crash reports are moved to my mac after syncing. Found them at ~/Library/Logs/CrashReporter/MobileDevice/

查看更多
登录 后发表回答