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

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

Merge "Dump activity containers in normal priority bucket"

parents 63e027d0 d00f3752
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -802,6 +802,7 @@ public class ActivityManagerService extends IActivityManager.Stub
                doDump(fd, pw, new String[]{"recents"}, asProto);
                doDump(fd, pw, new String[]{"lastanr"}, asProto);
                doDump(fd, pw, new String[]{"starter"}, asProto);
                doDump(fd, pw, new String[]{"containers"}, asProto);
                if (mAssociations.size() > 0) {
                    doDump(fd, pw, new String[]{"associations"}, asProto);
                }