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

Commit 745ae9b6 authored by Andre Eisenbach's avatar Andre Eisenbach Committed by android-build-merger
Browse files

Merge "Abort using SIGABRT instead of SIGKILL on command_timeout" am: 1ca983f9 am: f79b2767

am: 73575584

Change-Id: I370de8a5d9660db6c2e92332a6da182a561cd603
parents 0b626a47 73575584
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -409,7 +409,7 @@ static void command_timed_out(UNUSED_ATTR void* context) {

  LOG_ERROR(LOG_TAG, "%s restarting the bluetooth process.", __func__);
  usleep(10000);
  kill(getpid(), SIGKILL);
  abort();
}

// Event/packet receiving functions