commit | 2a3297f0b518a1efeb68786ebe0222387d5bb214 | [log] [tgz] |
---|---|---|
author | Stephen Crane <cranes@google.com> | Fri Jun 11 16:48:10 2021 -0700 |
committer | Stephen Crane <cranes@google.com> | Tue Jun 15 16:47:42 2021 -0700 |
tree | 02fda5aa0a6e77eb5e85d53dfd3b0391eb6b3688 | |
parent | 9d5c81021cc5ddecaea45d00df7e35f4e6e0dc27 [diff] |
[binder] Add support for dump transaction to Rust Allow Rust Binder services to define a handler for dump transactions. Binder services that want to handle this special transaction should override the dump method in Interface, otherwise dump transactions will be a no-op. Test: atest rustBinderTest Bug: 190174171 Change-Id: Ib87ca09a8f7b8eda08f8a1bf59ad8066ea93d5a9