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

Commit da19ef21 authored by Chenjie Yu's avatar Chenjie Yu
Browse files

fix bug in CpuTimePerUidFreqPuller to pull the correct file

Test: cts test
Change-Id: I2eaf3c50336d05a5ecb0ef8a27fafd4ac822481b
parent 11954f50
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;

/**