kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
anonymize address log
rodzic
94355e25f4
commit
4abd8b8ab7
|
@ -269,7 +269,7 @@ class RadioInterfaceService : Service(), Logging {
|
||||||
@SuppressLint("NewApi")
|
@SuppressLint("NewApi")
|
||||||
private fun setBondedDeviceAddress(address: String?): Boolean {
|
private fun setBondedDeviceAddress(address: String?): Boolean {
|
||||||
return if (getBondedDeviceAddress(this) == address && isStarted) {
|
return if (getBondedDeviceAddress(this) == address && isStarted) {
|
||||||
warn("Ignoring setBondedDevice $address, because we are already using that device")
|
warn("Ignoring setBondedDevice ${address.anonymize}, because we are already using that device")
|
||||||
false
|
false
|
||||||
} else {
|
} else {
|
||||||
// Record that this use has configured a new radio
|
// Record that this use has configured a new radio
|
||||||
|
|
Ładowanie…
Reference in New Issue