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

Commit d00f3752 authored by Vishnu Nair's avatar Vishnu Nair
Browse files

Dump activity containers in normal priority bucket

Bug: 31774394
Test: adb bugreport ~/tmp.zip
Change-Id: I8e338b3183cac11677dbfd682df2248efab66267
parent 88640b59
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);
                }