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

Commit 6360dfc9 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 am: 1989320d

am: 2c0b5530

Change-Id: I5a2fe32f792190f0d46e35ba626a47e37ba3d2d4
parents 5cbad142 2c0b5530
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();
  }