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

Commit d6d54a46 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix to show correct duration.

Change-Id: I1032d90d5b7bf39006b20f3374104421dcc53305
parent 7314eb08
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -413,6 +413,7 @@ public final class ProcessStatsService extends IProcessStats.Stub {
        mWriteLock.lock();
        try {
            synchronized (mAm) {
                mProcessStats.mTimePeriodEndRealtime = SystemClock.elapsedRealtime();
                mProcessStats.writeToParcel(current, 0);
            }
            if (historic != null) {