Frage

Is there a crash log generated by apps that crash on the simulator. I want a text-based version of what I see in the debugger equivalent to crash reports generated by applications crashing on a device (and accessible through Organiser).

War es hilfreich?

Lösung

Look in ~/Library/Application Support/iPhone Simulator/5.0/Library/Logs/CrashReporter/DiagnosticLogs/.

EDIT Please note that this question was specifically asked for Xcode 4.2, which contained the iOS 5.0 SDK. This is no longer the latest Xcode/iOS SDK, so you'll have to adjust the answer to suite the SDK version you have installed (i.e. change "5.0" to whatever it is).

Andere Tipps

Not quite actual, but I found them in ~/Library/Logs/DiagnosticReports
Also, they can be viewed through Console utility in User Diagnostic Reports tab.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top