kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
don't leak user name in logs
rodzic
e142637993
commit
25740c4fe4
|
@ -1099,7 +1099,7 @@ class MeshService : Service(), Logging {
|
|||
|
||||
override fun setOwner(myId: String?, longName: String, shortName: String) =
|
||||
toRemoteExceptions {
|
||||
debug("SetOwner $myId : $longName : $shortName")
|
||||
debug("SetOwner $myId : ${longName.anonymized} : $shortName")
|
||||
|
||||
val user = MeshProtos.User.newBuilder().also {
|
||||
if (myId != null) // Only set the id if it was provided
|
||||
|
|
Ładowanie…
Reference in New Issue