diff options
| author | 2018-01-19 21:33:22 +0000 | |
|---|---|---|
| committer | 2018-01-19 21:33:22 +0000 | |
| commit | edaf9811ad6140faf65e8e8831eedb570d9eebf4 (patch) | |
| tree | 68d21daf62564d6fdb03e6fb7c5f6fcdaac41a48 | |
| parent | 5d94c398eb17ea7e9ae7b834da69e11269b7e9b1 (diff) | |
| parent | da19ef21b575ae80276854e597bbfc8df4ca3abd (diff) | |
Merge "fix bug in CpuTimePerUidFreqPuller to pull the correct file"
| -rw-r--r-- | cmds/statsd/src/external/CpuTimePerUidFreqPuller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/statsd/src/external/CpuTimePerUidFreqPuller.cpp b/cmds/statsd/src/external/CpuTimePerUidFreqPuller.cpp index a61afb429f54..a75127324745 100644 --- a/cmds/statsd/src/external/CpuTimePerUidFreqPuller.cpp +++ b/cmds/statsd/src/external/CpuTimePerUidFreqPuller.cpp @@ -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; /** |