Stack Overflow archive
3 score

Android: store crash data when offline

score
3
question views
976
license
CC BY-SA 3.0

You should use Crashlytics

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. :)

https://stackoverflow.com/a/18618098/1048340

Originally posted on Stack Overflow. Public user contributions are licensed under Creative Commons Attribution-ShareAlike.