Offline crash reporting in Crashlytics

后端 未结 2 1036
梦毁少年i
梦毁少年i 2020-12-10 02:09

I intentionally crashed my application when there was no WIFI to check whether the crash report is updated in Crashlytics and it didn\'t get updated as there was no WIFI. Bu

相关标签:
2条回答
  • 2020-12-10 02:44

    Crashlytics is caching error reports and reporting them in batches.

    To reduce your users' network traffic, Crashlytics batches logged exceptions together and sends them the next time the app launches. If you don't see logged exceptions in your Crashlytics web dashboard, try restarting your app!

    http://support.crashlytics.com/knowledgebase/articles/202805-logging-caught-exceptions

    0 讨论(0)
  • 2020-12-10 02:51

    Marc from Crashlytics here. If the app crashes without an active network connection, the report will still be caught! We always send crash reports on launch when there's an active connection. If that fails, we'll queue it to send later. :)

    0 讨论(0)
提交回复
热议问题