diff options
author | 2021-06-02 16:49:56 +0000 | |
---|---|---|
committer | 2021-06-02 16:49:56 +0000 | |
commit | e81fe8297f30d8e73bb1d19f43cdd1a54e971ceb (patch) | |
tree | 90edb7ae8b3b182181bb1f8fae48e2733943a86a /libs/binder/RpcState.cpp | |
parent | 0acaeabd30ed99310e8321e9bd583c5607bd8019 (diff) | |
parent | 659416dd31d279409e813845719b894d7ac6dbf3 (diff) |
Merge "libbinder: reverse connections"
Diffstat (limited to 'libs/binder/RpcState.cpp')
-rw-r--r-- | libs/binder/RpcState.cpp | 1 |
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 } |