简体   繁体   中英

Is it possible to access crash logs stored on iPhone through my app?

Is it possible to access crash logs and console logs stored on iPhone through my app?

If so, how can i do it?

You can access them through the device organizer in the dev tools. They'll be available even if the phone is not a registered development device for you.

Check out PLCrashReporter . It does just that, but you do need to upload the crash logs somewhere, then desymbolicate them. Just a warning, this does override the default crash reporting to Apple, so be careful shipping an app with this in it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM