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:
parent
6f41cc87c8
commit
0500c761c9
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue