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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue