Get Crash Log from iPhone/iPad
For Mac users,
- Connect your device with Mac and Open iTunes
- It will automatically sync your device's crash logs with Mac
- Now open Terminal.app
- Fire command
open ~/Library/Logs/CrashReporter/MobileDevice/
- Above command will open finder window with list of devices
- Select your device from the list
- You can find crash log files, file name format would be like "<APP_NAME>_<DATE_TIME>.crash"
For Window Users,
Need to follow same steps as Mac, just path would be different.
Path for Window Vista, Window 7,
Path for Window Vista, Window 7,
C:\Users\<USERNAME>\AppData\Roaming\Apple computer\Logs\CrashReporter/MobileDevice/<DEVICE_NAME>
Path for Window XP,
C:\Documents and Settings\<USERNAME>\Application Data\Apple computer\Logs\CrashReporter/<DEVICE_NAME>
No comments:
Post a Comment