Merge "Fix the ordering of the result of app kill info" into rvc-dev am: da0d734c7d am: 6030f05717
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12172785 Change-Id: Ic790209e40872eb0d2412e22a4f98bd6032d1686
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