report unimplemented exception handler

This commit is contained in:
geeksville
2020-02-25 07:23:35 -08:00
parent f55f40d624
commit 65f51499cc

View File

@@ -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.