iPad - How to get crash report

两盒软妹~` 提交于 2019-12-18 03:58: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.


回答1:


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.




回答2:


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.




回答3:


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




回答4:


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.



来源:https://stackoverflow.com/questions/4242780/ipad-how-to-get-crash-report

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!