Revert "powerstats: disable AoC power stats reporting"

This reverts commit 8c4f8807fd.

Bug: 220032540
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Reason for revert: the timeout mechanism is ready
Change-Id: Ied599054c4b3eda125c71b927dbab0e6bdb99ef9
Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
Darren Hsu 2022-03-28 21:19:39 +08:00 committed by TreeHugger Robot
parent 6f41cc87c8
commit 0500c761c9

View file

@ -645,9 +645,7 @@ void addGs201CommonDataProviders(std::shared_ptr<PowerStats> p) {
setEnergyMeter(p);
addPixelStateResidencyDataProvider(p);
// TODO(b/220032540): Re-enable AoC reporting when AoC long latency issue is fixed or
// the timeout mechanism is merged.
//addAoC(p);
addAoC(p);
addDvfsStats(p);
addSoC(p);
addCPUclusters(p);