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

Commit 3ea014ca authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE - Added user flags to 'dumpsys user'" into qt-qpr1-dev

parents 54030492 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) {