Path of Iphone crash logs on device
Where are Iphone crash logs stored on the real device? Is there a reasonable way开发者_开发问答 to get them without syncronizing the device with Itunes? I am not using Xcode as my main development environment. I am using Airplay sdk thus my primary dev environment is on Windows.
You can sync your phone and then look on your computer in: /Library/Logs/CrashReporter/MobileDevice
You can also use a service like Crittercism to upload crash logs automatically.
www.crittercism.com
Try iPhone Configuration Utility, available for Windows and Mac.
You can access the crash logs from the Organizer window in Xcode.
paths on device are:
/var/mobile/Library/Logs
/var/logs
But you can get it only in jailbroken device
精彩评论