mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-14 17:55:17 -04:00
Rather than waiting for crashlytics to send on next launch, send reports
immediately. (related to #20)
This commit is contained in:
@@ -30,6 +30,7 @@ class MeshUtilApplication : GeeksvilleApplication() {
|
||||
// Attach to our exception wrapper
|
||||
Exceptions.reporter = { exception, _, _ ->
|
||||
crashlytics.recordException(exception)
|
||||
crashlytics.sendUnsentReports()
|
||||
}
|
||||
|
||||
if (isAnalyticsAllowed) {
|
||||
|
||||
Reference in New Issue
Block a user