mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-29 19:23:30 -04:00
don't leak user name in logs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user