mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
don't leak macaddrs into logs
This commit is contained in:
parent
6306d19f6d
commit
f3be13f0fb
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ private fun requestBonding(
|
|||
device: BluetoothDevice,
|
||||
onComplete: (Int) -> Unit
|
||||
) {
|
||||
SLogging.info("Starting bonding for $device")
|
||||
SLogging.info("Starting bonding for ${device.anonymize}")
|
||||
|
||||
// We need this receiver to get informed when the bond attempt finished
|
||||
val bondChangedReceiver = object : BroadcastReceiver() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue