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

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

Merge "Fix up dumpsys output for multiuser"

parents 3c05b922 06f0f91e
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -4786,6 +4786,7 @@ public class UserManagerService extends IUserManager.Stub {
                }
            }

            pw.println();
            pw.println("Device properties:");
            pw.println("  Device owner id:" + mDeviceOwnerUserId);
            pw.println();
@@ -4814,12 +4815,9 @@ public class UserManagerService extends IUserManager.Stub {
                }
                pw.println(']');
            }

            synchronized (mUsersLock) {
                pw.println();
                pw.print("  Cached user IDs: ");
                pw.println(Arrays.toString(mUserIds));
                pw.println();
            }

        } // synchronized (mPackagesLock)