commit | 8678c75bca0985464ba27cc6afd857a7396cebaf | [log] [tgz] |
---|---|---|
author | Myles Watson <mylesgw@google.com> | Thu Nov 03 10:41:44 2022 -0700 |
committer | Myles Watson <mylesgw@google.com> | Thu Nov 03 10:44:05 2022 -0700 |
tree | 5535ad39398cd8655b5bf5b50add596d5ddd4416 | |
parent | 7cde2eee1f49c24c6314ed6fb1b254076fc99fbb [diff] |
Bluetooth HCI Hal: Initialize has_died_ Bug: 205758693 Test: kill Bluetooth Change-Id: Ia0c844a454524f9cf945c9622fa795dfda12ad3a
diff --git a/bluetooth/aidl/default/BluetoothHci.cpp b/bluetooth/aidl/default/BluetoothHci.cpp index d0ad4a3..4d4896d 100644 --- a/bluetooth/aidl/default/BluetoothHci.cpp +++ b/bluetooth/aidl/default/BluetoothHci.cpp
@@ -82,7 +82,7 @@ bool getHasDied() const { return has_died_; } private: - bool has_died_; + bool has_died_{false}; }; void OnDeath(void* cookie) {