Merge "Fix the ordering of the result of app kill info" into rvc-dev
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