powerstats: update CPU core state residency stats
Bug: 263276734 Test: dumpsys android.hardware.power.stats.IPowerStats/default Change-Id: I23de23b2119e2ac114c1fdf7085dc68e948bc301 Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
parent
3661f28491
commit
f8079c0484
1 changed files with 2 additions and 1 deletions
|
@ -382,7 +382,8 @@ void addCPUclusters(std::shared_ptr<PowerStats> p) {
|
|||
std::make_pair("CPU4", "cpu4"),
|
||||
std::make_pair("CPU5", "cpu5"),
|
||||
std::make_pair("CPU6", "cpu6"),
|
||||
std::make_pair("CPU7", "cpu7")},
|
||||
std::make_pair("CPU7", "cpu7"),
|
||||
std::make_pair("CPU8", "cpu8")},
|
||||
.states = {
|
||||
std::make_pair("DOWN", "[state1]")}};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue