Loading system/gd/hal/hci_hal_android_hidl.cc +4 −4 Original line number Diff line number Diff line Loading @@ -62,9 +62,9 @@ namespace { class HciDeathRecipient : public ::android::hardware::hidl_death_recipient { public: virtual void serviceDied(uint64_t /*cookie*/, const android::wp<::android::hidl::base::V1_0::IBase>& /*who*/) { LOG_ERROR("Bluetooth HAL service died!"); LOG_ERROR("Bluetooth HAL service died. Calling exit(0);"); common::StopWatch::DumpStopWatchLog(); abort(); exit(0); } }; Loading Loading @@ -417,9 +417,9 @@ class HciHalHidl : public HciHal { LOG_INFO("Using the AIDL interface"); aidl_death_recipient_ = ::ndk::ScopedAIBinder_DeathRecipient(AIBinder_DeathRecipient_new([](void* cookie) { LOG_ERROR("Bluetooth HAL service died!"); LOG_ERROR("Bluetooth HAL service died. Calling exit(0);"); common::StopWatch::DumpStopWatchLog(); abort(); exit(0); })); auto death_link = Loading Loading
system/gd/hal/hci_hal_android_hidl.cc +4 −4 Original line number Diff line number Diff line Loading @@ -62,9 +62,9 @@ namespace { class HciDeathRecipient : public ::android::hardware::hidl_death_recipient { public: virtual void serviceDied(uint64_t /*cookie*/, const android::wp<::android::hidl::base::V1_0::IBase>& /*who*/) { LOG_ERROR("Bluetooth HAL service died!"); LOG_ERROR("Bluetooth HAL service died. Calling exit(0);"); common::StopWatch::DumpStopWatchLog(); abort(); exit(0); } }; Loading Loading @@ -417,9 +417,9 @@ class HciHalHidl : public HciHal { LOG_INFO("Using the AIDL interface"); aidl_death_recipient_ = ::ndk::ScopedAIBinder_DeathRecipient(AIBinder_DeathRecipient_new([](void* cookie) { LOG_ERROR("Bluetooth HAL service died!"); LOG_ERROR("Bluetooth HAL service died. Calling exit(0);"); common::StopWatch::DumpStopWatchLog(); abort(); exit(0); })); auto death_link = Loading