Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPad - How to get crash report

Tags:

crash

ipad

report

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.

like image 655
Ian Vink Avatar asked Nov 22 '10 06:11

Ian Vink


People also ask

Where do I find Apple crash reports?

Open the Console app, from Applications > Utilities in Finder. Select Crash Reports. Locate crash reports for your app in the list. Logs are listed by your app's binary name.

How do I download crash reports on iPhone?

iOS 11 and later: While viewing the crash report, tap the Share icon and tap Mail, and email the attached log to us. iOS 10.3: While viewing the crash report, and hold then drag to select the text in that report, then tap Copy from the contextual menu.


1 Answers

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.

like image 94
James Avatar answered Sep 28 '22 07:09

James