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

Commit 82209281 authored by Eric Biggers's avatar Eric Biggers
Browse files

Remove obsolete "Has profile owner" from UserManagerService#dumpUserLocked()

Now that Bedstead has been updated (ag/33632105), the "Has profile
owner" line no longer needs to be included in the dump.

Bug: 258213147
Flag: EXEMPT related to a flag removal
Test: presubmit
Change-Id: I1c93e36e72bb57200136816d7979dcee65710dcd
parent 2250eae1
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -8069,10 +8069,6 @@ public class UserManagerService extends IUserManager.Stub {
        pw.print("    Last entered foreground: ");
        dumpTimeAgo(pw, tempStringBuilder, now, userData.mLastEnteredForegroundTimeMillis);

        // bedstead relies on this being here, even though since Android 14 this has always been
        // false. TODO(b/258213147) update bedstead and remove this.
        pw.println("    Has profile owner: false");

        pw.println("    Restrictions:");
        synchronized (mRestrictionsLock) {
            UserRestrictionsUtils.dumpRestrictions(