Merge "Call buildWorkingProcs in dumpProto"
This commit is contained in:
committed by
Android (Google) Code Review
commit
1dfa08957b
@@ -753,6 +753,8 @@ public class ProcessCpuTracker {
|
||||
proto.write(CpuUsageProto.Load.LOAD15, mLoad15);
|
||||
proto.end(currentLoadToken);
|
||||
|
||||
buildWorkingProcs();
|
||||
|
||||
proto.write(CpuUsageProto.NOW, now);
|
||||
proto.write(CpuUsageProto.LAST_SAMPLE_TIME, mLastSampleTime);
|
||||
proto.write(CpuUsageProto.CURRENT_SAMPLE_TIME, mCurrentSampleTime);
|
||||
|
||||
Reference in New Issue
Block a user