1

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.

Display Name
  • 4,502
  • 2
  • 47
  • 63

2 Answers2

3

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

Vignesh
  • 10,205
  • 2
  • 35
  • 73
2

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.

Community
  • 1
  • 1
Bhumit Mehta
  • 16,278
  • 11
  • 50
  • 64