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

Commit 2b2230d9 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Update directory for proc stats puller" into rvc-dev am: aee5dd29 am:...

Merge "Update directory for proc stats puller" into rvc-dev am: aee5dd29 am: 2563cbf1 am: fae3cb4f

Change-Id: I2da3f4b72054dd1cd6320acc29dfc9bc325ad301
parents bcc2164a fae3cb4f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -436,8 +436,7 @@ public class StatsPullAtomService extends SystemService {
        mStoragedUidIoStatsReader = new StoragedUidIoStatsReader();

        // Initialize PROC_STATS
        // TODO (b/148402814): Change this directory to stats_pull.
        mBaseDir = new File(SystemServiceManager.ensureSystemDir(), "stats_companion");
        mBaseDir = new File(SystemServiceManager.ensureSystemDir(), "stats_pull");

        // Disables throttler on CPU time readers.
        mCpuUidUserSysTimeReader = new KernelCpuUidUserSysTimeReader(false);