mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
better debug output for the next time an autobug occurs
This commit is contained in:
parent
0349e823f8
commit
fed418dae2
2 changed files with 3 additions and 6 deletions
|
|
@ -425,7 +425,7 @@ class BluetoothInterface(val service: RadioInterfaceService, val address: String
|
|||
|
||||
override fun close() {
|
||||
if (safe != null) {
|
||||
info("Closing radio interface service")
|
||||
info("Closing BluetoothInterface")
|
||||
val s = safe
|
||||
safe =
|
||||
null // We do this first, because if we throw we still want to mark that we no longer have a valid connection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue