Merge "Merge "Update directory for proc stats puller" into rvc-dev am: aee5dd2935 am: 2563cbf134 am: fae3cb4f94" into rvc-qpr-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
d342dc5d11
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user