report unimplemented exception handler

1.2-legacy
geeksville 2020-02-25 07:23:35 -08:00
rodzic f55f40d624
commit 65f51499cc
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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