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

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

Merge "Fix wrong dumpsys header for activity containers"

parents 00de8b56 de322732
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4912,7 +4912,7 @@ public class ActivityTaskManagerService extends IActivityTaskManager.Stub {
    }

    void dumpActivityContainersLocked(PrintWriter pw) {
        pw.println("ACTIVITY MANAGER STARTER (dumpsys activity containers)");
        pw.println("ACTIVITY MANAGER CONTAINERS (dumpsys activity containers)");
        mRootActivityContainer.dumpChildrenNames(pw, " ");
        pw.println(" ");
    }