Merge "Don't remove the common processes from the procstats.resetSafely" into tm-dev

This commit is contained in:
Jing Ji
2022-05-24 15:51:06 +00:00
committed by Android (Google) Code Review

View File

@@ -607,7 +607,6 @@ public final class ProcessStats implements Parcelable {
} }
} else { } else {
ps.makeDead(); ps.makeDead();
mUidStates.get(uids.keyAt(iu)).removeProcess(ps, now);
uids.removeAt(iu); uids.removeAt(iu);
} }
} }