Issue 1546: Dump authdata
Description
Dump certain parts of the authdata with ADB command.
Screenshots
Technical details
The correct ADB commands would be in this sequence:
- Open terminal and type these two commands.
adb logcat -c
adb logcat -s "AUTHDATA_DUMP" &
- Now to dump AuthData, use this command every time
adb shell am broadcast -a foundation.e.apps.action.DUMP_GACCOUNT_INFO --receiver-include-background
Tests
Issues
https://gitlab.e.foundation/e/os/backlog/-/issues/1546