Snap for 12373988 from 4e90bf6c68 to 24Q4-release

Change-Id: I7f29f4578090ebe92d50dd89f779f4595b636190
This commit is contained in:
Android Build Coastguard Worker 2024-09-16 23:03:06 +00:00
commit 34b85d1bc2

View file

@ -282,7 +282,7 @@ void addSoC(std::shared_ptr<PowerStats> p) {
}
void setEnergyMeter(std::shared_ptr<PowerStats> p) {
std::vector<const std::string> deviceNames { "s2mpg14-odpm", "s2mpg15-odpm" };
std::vector<std::string> deviceNames { "s2mpg14-odpm", "s2mpg15-odpm" };
p->setEnergyMeterDataProvider(std::make_unique<IioEnergyMeterDataProvider>(deviceNames, true));
}