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

Commit ee6005ea 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...

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

Change-Id: I960d63a6a67f315997a89ce67baae42fa6c2911b
parents 750e69f5 656d2879
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,