Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit edaf9811 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "fix bug in CpuTimePerUidFreqPuller to pull the correct file"

parents 5d94c398 da19ef21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;

/**