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

Commit 4490995f authored by Felipe Leme's avatar Felipe Leme
Browse files

DO NOT MERGE - Added user flags to 'dumpsys user'

Test: adb shell dumpsys user | grep Flags
Bug: 132111956

Change-Id: If5a406906cb8bc4b74f8a1f4d9dcc9ad60bc935d
parent 002deeda
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3981,6 +3981,8 @@ public class UserManagerService extends IUserManager.Stub {
                        pw.print(" <pre-created>");
                    }
                    pw.println();
                    pw.print("    Flags: "); pw.print(userInfo.flags); pw.print(" (");
                    pw.print(UserInfo.flagsToString(userInfo.flags)); pw.println(")");
                    pw.print("    State: ");
                    final int state;
                    synchronized (mUserStates) {