Merge "Do not obtain unused Parcel"

This commit is contained in:
TreeHugger Robot
2022-02-10 17:25:07 +00:00
committed by Android (Google) Code Review

View File

@@ -787,7 +787,6 @@ public final class ProcessStatsService extends IProcessStats.Stub {
}
private SparseArray<long[]> getUidProcStateStatsOverTime(long minTime) {
final Parcel current = Parcel.obtain();
final ProcessStats stats = new ProcessStats();
long curTime;
synchronized (mLock) {