简体   繁体   中英

When does Crashlytics send the log on iOS?

Immediately after the crash or at restart only? I'm asking it because if the user uninstalls the app due to a crash, it will never turn out then in case, Crashlytics sends the log just after the running the app again.

If your app is crashed nothing can run from your crashed app . Hence it has to send on restart only.

Vignesh is correct. If you want any source confirming it , i found this from Crashlytics site

Following are steps mentioned there to get a test crash report.

  • Launch simulator
  • Press stop
  • Launch your app and force a crash
  • Relaunch the app from simulator
  • See the crash report in the web dashboard

Here 4th step confirms that it sends report only on next launch.

Hope this helps.

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