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

Commit 137aa83b authored by Tej Singh's avatar Tej Singh
Browse files

Fix additive fields for CpuTimePerUidFreq

Looks like this has been broken since ag/3693225

Test: m
Bug: 157535126
Change-Id: I72e6c2d94315f385648e532ec1518efe5e28c800
parent d7b08c76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1151,7 +1151,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,