开发者

Where are core dump files stored on the iPhone?

开发者 https://www.devze.com 2023-03-29 19:27 出处:网络
I am writing an application in objective c. I know that the .crash and .plist files (core dump files) are viewable when iPhone is synced with the Xcode Organizer in Library/Logs/CrashReporter/MobileDe

I am writing an application in objective c. I know that the .crash and .plist files (core dump files) are viewable when iPhone is synced with the Xcode Organizer in Library/Logs/CrashReporter/MobileDevice/(iPhone hostname). However, my application requi开发者_StackOverflowres that I am able to view the files on the Iphone itself. Does anyone know the exact folder where these files are held?

Any help is very much appreciated!


They should be in /var/mobile/Library/Logs/

0

精彩评论

暂无评论...
验证码 换一张
取 消