powerstats: Add 1Hz stats for inner display
Bug: 273636406 Test: dumpsys android.hardware.power.stats.IPowerStats/default Change-Id: Idef91358f5c531febbbdd48e7282c50f036373c0 Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
parent
a828ad9d2d
commit
e63f8f4cd7
1 changed files with 2 additions and 0 deletions
|
@ -39,7 +39,9 @@ void addDisplay(std::shared_ptr<PowerStats> p) {
|
|||
// Add display residency stats for inner display
|
||||
std::vector<std::string> inner_states = {
|
||||
"Off",
|
||||
"LP: 1840x2208@1",
|
||||
"LP: 1840x2208@30",
|
||||
"On: 1840x2208@1",
|
||||
"On: 1840x2208@10",
|
||||
"On: 1840x2208@60",
|
||||
"On: 1840x2208@120",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue