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