mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-28 13:35:33 +00:00
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:
@@ -626,7 +626,9 @@ void addGs201CommonDataProviders(std::shared_ptr<PowerStats> p) {
|
||||
setEnergyMeter(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);
|
||||
addSoC(p);
|
||||
addCPUclusters(p);
|
||||
|
||||
Reference in New Issue
Block a user