mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-07-03 14:06:34 +02:00
don't log stuff that might contain PII
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user