fix bug in CpuTimePerUidFreqPuller to pull the correct file

Test: cts test
Change-Id: I2eaf3c50336d05a5ecb0ef8a27fafd4ac822481b
This commit is contained in:
Chenjie Yu
2018-01-12 19:44:59 -08:00
parent 11954f5060
commit da19ef21b5

View File

@@ -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;
/**