mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-24 00:33:14 -04:00
report unimplemented exception handler
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user