Merge "powerstats: remove GNSS stats from state residency reporting" into udc-qpr-dev am: 9c64c7e72f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/23875137 Change-Id: Ib982ad300d6eae6650708a18eaaf5b3b4fc934f1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
a0bdb7ce27
1 changed files with 16 additions and 1 deletions
|
@ -64,7 +64,22 @@ int main() {
|
||||||
|
|
||||||
std::shared_ptr<PowerStats> p = ndk::SharedRefBase::make<PowerStats>();
|
std::shared_ptr<PowerStats> p = ndk::SharedRefBase::make<PowerStats>();
|
||||||
|
|
||||||
addZumaCommonDataProviders(p);
|
setEnergyMeter(p);
|
||||||
|
addAoC(p);
|
||||||
|
addPixelStateResidencyDataProvider(p);
|
||||||
|
addCPUclusters(p);
|
||||||
|
addSoC(p);
|
||||||
|
// TODO(b/289764363): add GNSS power stats back when the sysfs is ready
|
||||||
|
addMobileRadio(p);
|
||||||
|
addNFC(p);
|
||||||
|
addPCIe(p);
|
||||||
|
addWifi(p);
|
||||||
|
addTPU(p);
|
||||||
|
addUfs(p);
|
||||||
|
addPowerDomains(p);
|
||||||
|
addDvfsStats(p);
|
||||||
|
addDevfreq(p);
|
||||||
|
addGPU(p);
|
||||||
addDisplay(p);
|
addDisplay(p);
|
||||||
|
|
||||||
const std::string instance = std::string() + PowerStats::descriptor + "/default";
|
const std::string instance = std::string() + PowerStats::descriptor + "/default";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue