Skip to content

Instantly share code, notes, and snippets.

@justin
Created October 31, 2011 18:29
Show Gist options
  • Save justin/1328367 to your computer and use it in GitHub Desktop.
Save justin/1328367 to your computer and use it in GitHub Desktop.
Whenever you synchronize your iPhone or iPod Touch, all the crash logs are transferred to your computer. Here are their locations:
* Mac OS X : [Home]/Library/Logs/CrashReporter/MobileDevice/<DEVICE_NAME>
* Windows XP: C:\Documents and Settings\<USERNAME>\Application Data\Apple computer\Logs\CrashReporter/<DEVICE_NAME>
* Windows Vista: C:\Users\<USERNAME>\AppData\Roaming\Apple computer\Logs\CrashReporter/MobileDevice/<DEVICE_NAME>
The log file names start with application name and have the extension "crash".
@justin
Copy link
Author

justin commented Oct 31, 2011

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment