powerstats: Add 1Hz stats for inner display am: e63f8f4cd7

Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/22216490

Change-Id: Iad2de0f6d3c09f398ad37c6d23e00460bb01f028
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Darren Hsu 2023-03-24 02:56:54 +00:00 committed by Automerger Merge Worker
commit 45e6fa35bf

View file

@ -39,7 +39,9 @@ void addDisplay(std::shared_ptr<PowerStats> p) {
// Add display residency stats for inner display // Add display residency stats for inner display
std::vector<std::string> inner_states = { std::vector<std::string> inner_states = {
"Off", "Off",
"LP: 1840x2208@1",
"LP: 1840x2208@30", "LP: 1840x2208@30",
"On: 1840x2208@1",
"On: 1840x2208@10", "On: 1840x2208@10",
"On: 1840x2208@60", "On: 1840x2208@60",
"On: 1840x2208@120", "On: 1840x2208@120",