Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 936c9bc5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Do not obtain unused Parcel"

parents 059d94de 5bf28506
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) {