Merge "Fix to show correct duration." into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a4796d51f6
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user