开发者

how to save Application Exceptions or crashes for posting to server-iphone

开发者 https://www.devze.com 2023-02-03 15:10 出处:网络
Hii People : i have to send the exceptions or crash logs to server when the application has any crash or issues,

Hii People :

i have to send the exceptions or crash logs to server when the application has any crash or issues,

The exception may be (blob of data / long string / human readable)

Any idea on how to ge开发者_如何学编程t exception logs when application crashes or when encountering with errors?


If you're app is on the AppStore you can pull all crash logs from iTunes Connect. In ad-hoc mode you can use the PlCrashReporter library.

http://code.google.com/p/plcrashreporter/
https://github.com/TheRealKerni/CrashReporterDemo


You can use Xcode to copy crash logs off of the device. Look for the organizer in the window menu.

0

精彩评论

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

关注公众号