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 <darrenhsu@google.com>
This commit is contained in:
parent
920bb06201
commit
acf8bdf29a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ int main() {
|
||||||
|
|
||||||
std::shared_ptr<PowerStats> p = ndk::SharedRefBase::make<PowerStats>();
|
std::shared_ptr<PowerStats> p = ndk::SharedRefBase::make<PowerStats>();
|
||||||
|
|
||||||
addGs201CommonDataProviders(p);
|
addGs201CommonDataProvidersBig(p);
|
||||||
addDisplay(p);
|
addDisplay(p);
|
||||||
|
|
||||||
const std::string instance = std::string() + PowerStats::descriptor + "/default";
|
const std::string instance = std::string() + PowerStats::descriptor + "/default";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue