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

Commit b2cdb1a5 authored by Jeffrey Huang's avatar Jeffrey Huang
Browse files

Update directory for proc stats puller

This puller was migrated to StatsPullAtomService, so a
more appropriate name was chosen.

Bug: 148402814
Test: adb shell cmd stats pull-source 10029
Test: adb shell cmd stats pull-source 10034
Change-Id: I1998bbffa9e32ee0bff5a9a59875c616dafee0f5
parent 27f83cdb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -435,8 +435,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);