Merge "powerstats: bring PixelStateResidencyDataProvider to device config" into 24D1-dev am: d952ba02ce
Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/26995215 Change-Id: I2617259159c56c8f0f8f3c0943fdc022a31bd808 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
990b023aae
3 changed files with 3 additions and 2 deletions
|
@ -49,7 +49,7 @@ int main() {
|
|||
|
||||
std::shared_ptr<PowerStats> p = ndk::SharedRefBase::make<PowerStats>();
|
||||
|
||||
addDisplayVrr(p, "Display");
|
||||
addPixelStateResidencyDataProvider(p, "Display");
|
||||
addZumaProCommonDataProviders(p);
|
||||
addDisplay(p);
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ int main() {
|
|||
|
||||
std::shared_ptr<PowerStats> p = ndk::SharedRefBase::make<PowerStats>();
|
||||
|
||||
addDisplayVrr(p, "Display");
|
||||
addPixelStateResidencyDataProvider(p, "Display");
|
||||
addZumaProCommonDataProviders(p);
|
||||
addDisplay(p);
|
||||
|
||||
|
|
|
@ -62,6 +62,7 @@ int main() {
|
|||
|
||||
std::shared_ptr<PowerStats> p = ndk::SharedRefBase::make<PowerStats>();
|
||||
|
||||
addPixelStateResidencyDataProvider(p, "");
|
||||
addZumaProCommonDataProviders(p);
|
||||
addDisplay(p);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue