Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1989320d authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

Check the return value of the HAL init function

am: 24c78c35

Change-Id: I1b5b7db6d3b626cf7fe70f8aa98f76060cda1fff
parents e39f120b 24c78c35
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -139,6 +139,7 @@ class BluetoothHciCallbacks : public IBluetoothHciCallbacks {
  }

  Return<void> initializationComplete(Status status) {
    CHECK(status == Status::SUCCESS);
    thread_post(thread, event_finish_startup, NULL);
    return Void();
  }