fff444
fff444

Reputation: 81

When a crash occurs, how can I upload a log file?

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

Answers (2)

Alexizamerican
Alexizamerican

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

joelreeves
joelreeves

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

Related Questions