You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2022. It is now read-only.
Summary:
Logging was turned on unconditionally before, which led to apps leaking
sensitive data. This change puts the logging api behind an explicit gate that
developers have to turn on.
It's unfortunate that this isn't automatic - ideally this would automatically
turn on for non-release signed bits. I couldn't find such a check in Android
framework. If android experts have better ways of tackling this, i'm all ears.
But bear in mind this is a security fix and needs to go out asap.
Test Plan: Launched in default mode and verified no logging in emulator.
Turned on log gate and verified logging.
Reviewers: mmarucheck, lshepard, yariv, raghuc1
Reviewed By: mmarucheck
CC: gregschechte, jacl
Differential Revision: https://phabricator.fb.com/D411377
Task ID: 933141
0 commit comments