Describe the bug
On login, there are logs with D tag from GmsAuthLoginBrowser shows my Google account mail address and password. It even shows up when adb is run without root, which is not good for security.
Steps to reproduce the behavior:
- Open MicroG Settings
- Add a Google account
- Login with your Google account
- Check logcat with
adb logcat | grep GmsAuthLoginBrowser
Expected behavior
No passwords should be shown in logcat.
System
Android Version: R
Custom ROM: CAOS v313
Additional context
If you have 2FA enabled (SMS code, call, etc) it will show the code too.
09-19 07:55:44.497 6278 6464 D GmsAuthLoginBrowser: JSBridge: getDroidGuardResult: ["nullnull4null9nullnullnullnullnullnullnullnull239405null2"]
The login code was 239405
Describe the bug
On login, there are logs with D tag from
GmsAuthLoginBrowsershows my Google account mail address and password. It even shows up when adb is run without root, which is not good for security.Steps to reproduce the behavior:
adb logcat | grep GmsAuthLoginBrowserExpected behavior
No passwords should be shown in logcat.
System
Android Version: R
Custom ROM: CAOS v313
Additional context
If you have 2FA enabled (SMS code, call, etc) it will show the code too.
09-19 07:55:44.497 6278 6464 D GmsAuthLoginBrowser: JSBridge: getDroidGuardResult: ["nullnull4null9nullnullnullnullnullnullnullnull239405null2"]The login code was
239405