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

Commit 5bf28506 authored by Nikolas Havrikov's avatar Nikolas Havrikov
Browse files

Do not obtain unused Parcel

Bug: 218835043
Test: make
Change-Id: I8fd5ae8afa1ba985e6766d1ae53947dfebf835e7
parent b0385bd9
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) {