fix bug in CpuTimePerUidFreqPuller to pull the correct file
Test: cts test Change-Id: I2eaf3c50336d05a5ecb0ef8a27fafd4ac822481b
This commit is contained in:
@@ -34,7 +34,7 @@ namespace android {
|
||||
namespace os {
|
||||
namespace statsd {
|
||||
|
||||
static const string sProcFile = "/proc/uid_cputime/show_uid_stat";
|
||||
static const string sProcFile = "/proc/uid_time_in_state";
|
||||
static const int kLineBufferSize = 1024;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user