up vote 11 down vote favorite
8
share [g+] share [fb]

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.

link|improve this question

feedback

3 Answers

up vote 6 down vote accepted

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

link|improve this answer
Nice and simple! Thank you – Vladimir Grigorov Nov 19 '08 at 16:09
feedback

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.)

link|improve this answer
feedback

@stephen I think the poster was asking about an iPhone app finding a crash log without access to a Mac/PC…

And I think the answer is - this was possible on 2.0 - but Apple clamped down on 2.1 and now prevent your app from accessing the logs. :-(

link|improve this answer
To be fair, they were preventing you from reading any files outside your sandbox, not just the logs. – benzado Oct 16 '08 at 18:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.