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

Commit 656d2879 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix additive fields for CpuTimePerUidFreq" into rvc-dev am: a91ed3ea am: e1b33a42

Change-Id: I4764a58cb8736d87ef40530a4a1d9b18f1067890
parents 68eb7223 e1b33a42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1355,7 +1355,7 @@ public class StatsPullAtomService extends SystemService {
        // frameworks/base/core/java/com/android/internal/os/KernelCpuProcReader
        int tagId = FrameworkStatsLog.CPU_TIME_PER_UID_FREQ;
        PullAtomMetadata metadata = new PullAtomMetadata.Builder()
                .setAdditiveFields(new int[] {4})
                .setAdditiveFields(new int[] {3})
                .build();
        mStatsManager.setPullAtomCallback(
                tagId,