mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
don't log stuff that might contain PII
This commit is contained in:
parent
6b03df3c12
commit
e3ad6b153a
1 changed files with 1 additions and 1 deletions
|
|
@ -553,7 +553,7 @@ class MeshService : Service(), Logging {
|
|||
)
|
||||
val json = Json(JsonConfiguration.Default)
|
||||
val asString = json.stringify(SavedSettings.serializer(), settings)
|
||||
debug("Saving settings as $asString")
|
||||
debug("Saving settings")
|
||||
getPrefs().edit(commit = true) {
|
||||
// FIXME, not really ideal to store this bigish blob in preferences
|
||||
putString("json", asString)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue