Reputation: 81
The ability to upload a log file immediately after an exception has proven crucial in the past for quickly debugging problems in complex systems. Does fabric's crashlytics allow this?
Upvotes: 1
Views: 1823
Reputation: 3354
Absolutely. You can use logging methods to log information: https://docs.fabric.io/android/crashlytics/enhanced-reports.html#custom-logging. The logs will be associated with the crash and uploaded on the next launch after the crash.
Upvotes: 1
Reputation: 1954
Fabric doesn't send a crash right away after a crash. Only when the app is relaunched does a crash get sent.
Upvotes: 1