diff options
author | 2021-06-08 02:26:57 +0000 | |
---|---|---|
committer | 2021-06-08 02:26:57 +0000 | |
commit | a5036f0b154f6ba0c78addf2499148eede5b6660 (patch) | |
tree | 03d59f813f12f16071ed54aeb1fd41f05b0eb3c4 /libs/binder/RpcState.cpp | |
parent | d45be62a2bdd204d5d728aaa56653ea5e072cd9c (diff) |
libbinder: update 'TODO' comments for RPC
Some stale/duplicated removed. Some bug numbers updated. Some added
based on what I've been thinking about.
Bug: N/A
Test: N/A
Change-Id: I963bec5085b4d6868126d90c12c62cd64f31ddc0
Diffstat (limited to 'libs/binder/RpcState.cpp')
-rw-r--r-- | libs/binder/RpcState.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/binder/RpcState.cpp b/libs/binder/RpcState.cpp index 3113841d27..6899981e83 100644 --- a/libs/binder/RpcState.cpp +++ b/libs/binder/RpcState.cpp @@ -400,6 +400,8 @@ status_t RpcState::transactAddress(const base::unique_fd& fd, const RpcAddress& if (status_t status = rpcSend(fd, session, "transaction", transactionData.data(), transactionData.size()); status != OK) + // TODO(b/167966510): need to undo onBinderLeaving - we know the + // refcount isn't successfully transferred. return status; if (flags & IBinder::FLAG_ONEWAY) { |