Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iphone crash reporter

Is it possible to access the crash log over the application? The last.fm client showed me today a "we found a crash log" altert with the option to send it, so I think it must be possible.

like image 592
catlan Avatar asked Oct 16 '08 04:10

catlan


People also ask

What is Crash Reporter key on iPhone?

CrashReporter Key : An anonymized per-device identifier. Two reports from the same device contain identical values. This identifier is reset upon erasing the device. Beta Identifier : A unique identifier for the combination of the device and vendor of the crashed application.


2 Answers

Here the description of the solution I found: Crash Reporter for iPhone Applications

like image 90
catlan Avatar answered Oct 15 '22 14:10

catlan


Yes, although you probably won't get much out of them if you don't have the dSYM file and source code:

After you've synced with iTunes the crash logs should be in one of the following folders:

On Mac OS X they are located in ~/Library/Logs/CrashReporter/MobileDevice.

Windows XP: C:\Documents and Settings\Application Data\Apple computer\Logs\CrashReporter/

Windows Vista: C:\Users\AppData\Roaming\Apple computer\Logs\CrashReporter/MobileDevice/

(This from the help page for my application.)

like image 30
Stephen Darlington Avatar answered Oct 15 '22 14:10

Stephen Darlington