Loading system/gd/hal/hci_hal_host.cc +2 −1 Original line number Diff line number Diff line Loading @@ -339,6 +339,7 @@ protected: // We don't want to crash when the chipset is broken. if (sock_fd_ == INVALID_FD) { log::error("Failed to connect to HCI socket. Aborting HAL initialization process."); controller_broken_ = true; kill(getpid(), SIGTERM); return; } Loading Loading
system/gd/hal/hci_hal_host.cc +2 −1 Original line number Diff line number Diff line Loading @@ -339,6 +339,7 @@ protected: // We don't want to crash when the chipset is broken. if (sock_fd_ == INVALID_FD) { log::error("Failed to connect to HCI socket. Aborting HAL initialization process."); controller_broken_ = true; kill(getpid(), SIGTERM); return; } Loading