Merge "Fix sanitize address after scope" into rvc-dev

This commit is contained in:
Yifan Hong
2020-05-13 22:21:51 +00:00
committed by Android (Google) Code Review

View File

@@ -55,7 +55,7 @@ class HalHealthLoop : public HealthLoop {
void set_charger_online(const HealthInfo& health_info);
private:
const std::string& instance_name_;
std::string instance_name_;
sp<IHealth> service_;
bool charger_online_ = false;
};