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

Commit 530846b3 authored by Myles Watson's avatar Myles Watson Committed by Automerger Merge Worker
Browse files

Merge "Bluetooth AIDL: Set max thread count to 0" am: bf6879ea am: 817c6e41

parents 70a4f553 817c6e41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ using ::android::hardware::joinRpcThreadpool;

int main(int /* argc */, char** /* argv */) {
  ALOGI("Bluetooth HAL starting");
  if (!ABinderProcess_setThreadPoolMaxThreadCount(1)) {
  if (!ABinderProcess_setThreadPoolMaxThreadCount(0)) {
    ALOGI("failed to set thread pool max thread count");
    return 1;
  }