commit | b2a5b0ddb56a6755057917d58a0c55cb2c981f13 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed May 13 23:44:40 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed May 13 23:44:40 2020 +0000 |
tree | 9a6660b202d446e5af0e3a51717275e3b0889e53 | |
parent | ba0eaddb4fb5e53e2bb5d0a35b5db28850741fcc [diff] | |
parent | 50532954edcda8bc62e56bddfd4c2a882ed1a893 [diff] |
Merge "Fix sanitize address after scope" into rvc-dev am: 50532954ed Change-Id: Ia26a19a5daca2bfc6d1fdd0917aae9e623a01757
diff --git a/health/utils/libhealth2impl/include/health2impl/HalHealthLoop.h b/health/utils/libhealth2impl/include/health2impl/HalHealthLoop.h index d9b5580..362581e 100644 --- a/health/utils/libhealth2impl/include/health2impl/HalHealthLoop.h +++ b/health/utils/libhealth2impl/include/health2impl/HalHealthLoop.h
@@ -55,7 +55,7 @@ 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; };