DO NOT MERGE - Added user flags to 'dumpsys user'
Test: adb shell dumpsys user | grep Flags Bug: 132111956 Change-Id: If5a406906cb8bc4b74f8a1f4d9dcc9ad60bc935d
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user