sforkowany z mirror/meshtastic-android
report unimplemented exception handler
rodzic
f55f40d624
commit
65f51499cc
|
@ -174,6 +174,7 @@ class MeshService : Service(), Logging {
|
|||
locationSettingsResponse.addOnFailureListener { exception ->
|
||||
error("Failed to listen to GPS")
|
||||
if (exception is ResolvableApiException) {
|
||||
Exceptions.report(exception) // FIXME, not yet implemented, report failure to mothership
|
||||
exceptionReporter {
|
||||
// Location settings are not satisfied, but this can be fixed
|
||||
// by showing the user a dialog.
|
||||
|
|
Ładowanie…
Reference in New Issue