开发者

iPad - How to get crash report

开发者 https://www.devze.com 2023-01-26 20:04 出处:网络
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/Interfai

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.


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.


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


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消