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

Commit 34e41342 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:...

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

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2545971



Change-Id: I61ad7f470a8b249ba5a5c12c8a3446916890b200
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 4e10f318 ba44266f
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;
  }