mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
don't leak location data into logs
This commit is contained in:
parent
4f0ba0da97
commit
eff21e6e80
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ class MeshService : Service(), Logging {
|
|||
l = locs.lastOrNull()
|
||||
}
|
||||
if (l != null) {
|
||||
info("got location $l")
|
||||
info("got phone location")
|
||||
if (l.hasAccuracy() && l.accuracy >= 200) // if more than 200 meters off we won't use it
|
||||
warn("accuracy ${l.accuracy} is too poor to use")
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue