Skip to content
Snippets Groups Projects
Commit 225d7e4a authored by Darren Hsu's avatar Darren Hsu Committed by TreeHugger Robot
Browse files

powerstats: Correct the layout of display state residency


Bug: 211949266
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: I5ec7d3039fa222e7d137707bc0ff3cb38c19eb11
Signed-off-by: default avatarDarren Hsu <darrenhsu@google.com>
parent a1c42e96
No related branches found
No related tags found
No related merge requests found
......@@ -37,9 +37,9 @@ void addDisplay(std::shared_ptr<PowerStats> p) {
// Add display residency stats
std::vector<std::string> states = {
"Off",
"LP: 1440x3120@1"
"LP: 1440x3120@1",
"LP: 1440x3120@10",
"LP: 1440x3120@30"
"LP: 1440x3120@30",
"On: 1440x3120@60",
"On: 1440x3120@90",
"On: 1440x3120@120",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment