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

Commit 1dfa0895 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Call buildWorkingProcs in dumpProto"

parents e36db53a b17f056c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);