commit | 0d4c079d00ff99255e1b18b16fb902cefd1c4c38 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Aug 06 18:17:56 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Aug 06 18:17:56 2021 +0000 |
tree | e1b7055a3d88cb47440ac4a980389d55bc0f3bbc | |
parent | 46e70bcc3b0d1bde033144e35cc5cb149f1297a4 [diff] | |
parent | 29fa5a47c20732e3d8af0d6b6f6e387c88b10199 [diff] |
Merge "libbinder: remove stale blocking TODO" am: 29fa5a47c2 Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1788711 Change-Id: I7f3e532572524d9b12eb2068cdb355ac62747bbc
diff --git a/libs/binder/RpcSession.cpp b/libs/binder/RpcSession.cpp index 7565f1b..50a30cc 100644 --- a/libs/binder/RpcSession.cpp +++ b/libs/binder/RpcSession.cpp
@@ -500,7 +500,6 @@ // 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",