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

Commit aff4c27f authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "libbinder: remove stale blocking TODO" am: 29fa5a47 am: 0d4c079d am: 2d6d8290

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1788711

Change-Id: I2f5449faf51c05f8be427f8390253266fea1ab63
parents 579379db 2d6d8290
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -500,7 +500,6 @@ bool RpcSession::setupClient(

    // TODO(b/189955605): we should add additional sessions dynamically
    // instead of all at once.
    // TODO(b/186470974): first risk of blocking
    size_t numThreadsAvailable;
    if (status_t status = getRemoteMaxThreads(&numThreadsAvailable); status != OK) {
        ALOGE("Could not get max threads after initial session setup: %s",