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

Commit cc0b16a0 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

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

am: 4490995f

Change-Id: I1a309719e5f9257be6a6fc82ba1878f1dc3bd173
parents f274d2b9 4490995f
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) {