Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

Issue 1546: Dump authdata

Sayantan Roychowdhury requested to merge 1546-dump_authdata into main

Description

Dump certain parts of the authdata with ADB command.

Screenshots

Technical details

The correct ADB commands would be in this sequence:

  1. Open terminal and type these two commands.
    adb logcat -c
    adb logcat -s "AUTHDATA_DUMP" &
  2. 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

10 commandments of code reviews

👪 https://gitlab.e.foundation/internal/wiki/-/wikis/mobile-team/guidelines/Code-review

Merge request reports

Loading