Merge "Fix the ordering of the result of app kill info" into rvc-dev am: da0d734c7d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12172785 Change-Id: I172da8beec8a6b526db905f5f2b24f468622567d
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user