mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
less logspam
This commit is contained in:
parent
1eb4bf43d4
commit
793b75b67b
2 changed files with 2 additions and 2 deletions
|
|
@ -379,7 +379,7 @@ class MeshService : Service(), Logging {
|
|||
info("Destroying mesh service")
|
||||
|
||||
// This might fail if we get destroyed before the handledLaunch completes
|
||||
ignoreException {
|
||||
ignoreException(silent = true) {
|
||||
unregisterReceiver(radioInterfaceReceiver)
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit e6babd27a5c519ebe8d9673bc393ec80b2149060
|
||||
Subproject commit 9571ac92b6f893632627109a57b197a44a2d74f8
|
||||
Loading…
Add table
Add a link
Reference in a new issue