summaryrefslogtreecommitdiff
path: root/libs/binder/RpcState.cpp
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2021-06-02 16:49:56 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-06-02 16:49:56 +0000
commite81fe8297f30d8e73bb1d19f43cdd1a54e971ceb (patch)
tree90edb7ae8b3b182181bb1f8fae48e2733943a86a /libs/binder/RpcState.cpp
parent0acaeabd30ed99310e8321e9bd583c5607bd8019 (diff)
parent659416dd31d279409e813845719b894d7ac6dbf3 (diff)
Merge "libbinder: reverse connections"
Diffstat (limited to 'libs/binder/RpcState.cpp')
-rw-r--r--libs/binder/RpcState.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/binder/RpcState.cpp b/libs/binder/RpcState.cpp
index 2cad2ae74e..2f6b1b3ac4 100644
--- a/libs/binder/RpcState.cpp
+++ b/libs/binder/RpcState.cpp
@@ -383,6 +383,7 @@ status_t RpcState::transactAddress(const base::unique_fd& fd, const RpcAddress&
return status;
if (flags & IBinder::FLAG_ONEWAY) {
+ LOG_RPC_DETAIL("Oneway command, so no longer waiting on %d", fd.get());
return OK; // do not wait for result
}