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

Commit a4796d51 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix to show correct duration." into klp-dev

parents 034052b3 d6d54a46
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) {