summaryrefslogtreecommitdiff
path: root/powerstats
diff options
context:
space:
mode:
authorDarren Hsu <darrenhsu@google.com>2022-02-17 10:17:06 +0800
committerDarren Hsu <darrenhsu@google.com>2022-02-17 10:26:50 +0800
commit8c4f8807fd31f730bb26fb23cf7367b196c44c35 (patch)
tree8210b3ab658e1d94df74949a266caab34cc501e4 /powerstats
parentae8e17631be4504ba02b6346e2ed98544bf0bfa5 (diff)
downloadgs201-8c4f8807fd31f730bb26fb23cf7367b196c44c35.tar.gz
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>
Diffstat (limited to 'powerstats')
-rw-r--r--powerstats/Gs201CommonDataProviders.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/powerstats/Gs201CommonDataProviders.cpp b/powerstats/Gs201CommonDataProviders.cpp
index 503606a..04de41d 100644
--- a/powerstats/Gs201CommonDataProviders.cpp
+++ b/powerstats/Gs201CommonDataProviders.cpp
@@ -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);