commit | e5599b53b21c5a71e1508c152bbeea9e90d21079 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed May 13 20:38:55 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed May 13 20:38:55 2020 +0000 |
tree | 06147cf747ceced81fd73d3b98c30e232cbfa75a | |
parent | 57ca837ec771df06afd65f1d90231606146c15a3 [diff] | |
parent | 1589363857fc12be261fbc93e76a5fb9950acd3b [diff] |
Merge "Fix sanitize address after scope" am: ff132d5cc7 am: 1589363857 Change-Id: Iff2d7003f668f235cfc6d1713ba83b4a9fc5639f
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; };