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

Commit 0875efe1 authored by Jing Ji's avatar Jing Ji
Browse files

Fix the ordering of the result of app kill info

Bug: 161454542
Test: atest ApplicationExitInfoTest
Test: atest CtsAppExitTestCases:ActivityManagerAppExitInfoTest
Change-Id: I9b2b189f83bac29bda54b485294da9d9d58375e7
parent 7a7590dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -522,7 +522,7 @@ public final class AppExitInfoTracker {
                        AppExitInfoContainer container = records.get(filterUid);
                        if (container != null) {
                            mTmpInfoList.clear();
                            results.addAll(container.toListLocked(mTmpInfoList, filterPid));
                            list.addAll(container.toListLocked(mTmpInfoList, filterPid));
                        }
                        return AppExitInfoTracker.FOREACH_ACTION_NONE;
                    });