crash logging works

This commit is contained in:
geeksville
2020-01-22 13:40:57 -08:00
parent 3a0fa43d82
commit ee54f9fa36
4 changed files with 13 additions and 2 deletions

View File

@@ -72,6 +72,7 @@ class MainActivity : AppCompatActivity() {
/* Snackbar.make(view, "Replace with your own action", Snackbar.LENGTH_LONG)
.setAction("Action", null).show() */
// throw NotImplementedError("I like crap")
if(bluetoothAdapter != null) {
SoftwareUpdateService.enqueueWork(this, SoftwareUpdateService.scanDevicesIntent)
}