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

Commit da0d734c authored by Jing Ji's avatar Jing Ji Committed by Android (Google) Code Review
Browse files

Merge "Fix the ordering of the result of app kill info" into rvc-dev

parents bdc05af1 0875efe1
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;
                    });