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

Commit ba759e13 authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "Don't obfuscate account names in "dumpsys account""

parents e3bee987 b942522d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5202,7 +5202,7 @@ public class AccountManagerService
                    Process.SYSTEM_UID, null /* packageName */, false);
            fout.println("Accounts: " + accounts.length);
            for (Account account : accounts) {
                fout.println("  " + account.toSafeString());
                fout.println("  " + account.toString());
            }

            // Add debug information.