mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
report unimplemented exception handler
This commit is contained in:
parent
f55f40d624
commit
65f51499cc
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue