mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Rather than waiting for crashlytics to send on next launch, send reports
immediately. (related to #20)
This commit is contained in:
parent
dd2b6041ac
commit
975c7d41db
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ class MeshUtilApplication : GeeksvilleApplication() {
|
|||
// Attach to our exception wrapper
|
||||
Exceptions.reporter = { exception, _, _ ->
|
||||
crashlytics.recordException(exception)
|
||||
crashlytics.sendUnsentReports()
|
||||
}
|
||||
|
||||
if (isAnalyticsAllowed) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue