powerstats: disable AoC power stats reporting
This is a workaround for the AoC long latency issue. Re-enable AoC power stats reporting when the latency issue is fixed or the timeout mechanism is merged. Bug: 210045267 Test: Dump power stats while video streaming and see no timeout Test: from dumpsys Change-Id: I83545d45bb1bbb5bb18ca4bff4bd261f332a4570 Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
parent
ae8e17631b
commit
8c4f8807fd
1 changed files with 3 additions and 1 deletions
|
@ -626,7 +626,9 @@ void addGs201CommonDataProviders(std::shared_ptr<PowerStats> p) {
|
||||||
setEnergyMeter(p);
|
setEnergyMeter(p);
|
||||||
|
|
||||||
addPixelStateResidencyDataProvider(p);
|
addPixelStateResidencyDataProvider(p);
|
||||||
addAoC(p);
|
// TODO(b/220032540): Re-enable AoC reporting when AoC long latency issue is fixed or
|
||||||
|
// the timeout mechanism is merged.
|
||||||
|
//addAoC(p);
|
||||||
addDvfsStats(p);
|
addDvfsStats(p);
|
||||||
addSoC(p);
|
addSoC(p);
|
||||||
addCPUclusters(p);
|
addCPUclusters(p);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue