PrivacyLog

object PrivacyLog

Privacy-safe logging: emits only a sanitized event name plus a boolean outcome, never any collected values or PII.

Keeping logs to event=true/false pairs ensures no fingerprintable data leaks into logcat.

Functions

Link copied to clipboard
fun flag(event: String, ok: Boolean)

Logs a boolean outcome for a named event.