Loading cmds/statsd/src/external/CpuTimePerUidFreqPuller.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; /** Loading Loading
cmds/statsd/src/external/CpuTimePerUidFreqPuller.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; /** Loading