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?
When a crash occurs, how can I upload a log file?
1.8k views Asked by fff444 At
2
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.