kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
cleanly kill job if we get an exception during firmware update
rodzic
c9d18b00a4
commit
278d82e99a
|
@ -1624,8 +1624,10 @@ class MeshService : Service(), Logging {
|
|||
} else {
|
||||
debug("Creating firmware update coroutine")
|
||||
updateJob = serviceScope.handledLaunch {
|
||||
debug("Starting firmware update coroutine")
|
||||
SoftwareUpdateService.doUpdate(this@MeshService, safe, filename)
|
||||
exceptionReporter {
|
||||
debug("Starting firmware update coroutine")
|
||||
SoftwareUpdateService.doUpdate(this@MeshService, safe, filename)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue