From acf8bdf29a6815774e68bd200a878dc75346ad82 Mon Sep 17 00:00:00 2001 From: Darren Hsu Date: Wed, 17 Aug 2022 16:15:20 +0800 Subject: [PATCH] powerstats: update configuration of common data providers Bug: 242695004 Bug: 215489197 Bug: 215488437 Test: dumpsys android.hardware.power.stats.IPowerStats/default Change-Id: I8ab4c72a509b9b4673929588ab69e39ab2e14bdb Signed-off-by: Darren Hsu --- powerstats/service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerstats/service.cpp b/powerstats/service.cpp index 67415a4..dd6881c 100644 --- a/powerstats/service.cpp +++ b/powerstats/service.cpp @@ -60,7 +60,7 @@ int main() { std::shared_ptr p = ndk::SharedRefBase::make(); - addGs201CommonDataProviders(p); + addGs201CommonDataProvidersBig(p); addDisplay(p); const std::string instance = std::string() + PowerStats::descriptor + "/default";