commit | 3fa3292df51460e937ce7359f0f9afeb551dcfda | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Jul 14 18:45:51 2022 +0000 |
committer | Steven Moreland <smoreland@google.com> | Fri Jul 15 00:24:19 2022 +0000 |
tree | 1b3c2554993e18bcfe3631876458dcd32422f581 | |
parent | 66aaab47781bfde94ff5695ba907aec495d3cb03 [diff] [blame] |
libbinder: RPC node toString For better loggings. Bug: 237330627 Test: binderRpcTest Change-Id: I65b1f6ed087a5bd6e4de4341f554949e779c8c58
diff --git a/libs/binder/RpcState.h b/libs/binder/RpcState.h index 6fb2e4a..892ecd6 100644 --- a/libs/binder/RpcState.h +++ b/libs/binder/RpcState.h
@@ -258,6 +258,8 @@ // // (no additional data specific to remote binders) + + std::string toString() const; }; // checks if there is any reference left to a node and erases it. If erase