Merge "Merge "Fix the ordering of the result of app kill info" into rvc-dev am: da0d734c7d am: 6030f05717" into rvc-qpr-dev am: fc6c76fa85
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12172785 Change-Id: I067aab2b8a2616be7f5f2bed4e3e1288c4d20f6a
This commit is contained in:
@@ -522,7 +522,7 @@ public final class AppExitInfoTracker {
|
|||||||
AppExitInfoContainer container = records.get(filterUid);
|
AppExitInfoContainer container = records.get(filterUid);
|
||||||
if (container != null) {
|
if (container != null) {
|
||||||
mTmpInfoList.clear();
|
mTmpInfoList.clear();
|
||||||
results.addAll(container.toListLocked(mTmpInfoList, filterPid));
|
list.addAll(container.toListLocked(mTmpInfoList, filterPid));
|
||||||
}
|
}
|
||||||
return AppExitInfoTracker.FOREACH_ACTION_NONE;
|
return AppExitInfoTracker.FOREACH_ACTION_NONE;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user