commit | 6c0c9639f429d518d5af0d76ca77fbff165cf122 | [log] [tgz] |
---|---|---|
author | Fabián Cañas <fabiancanas@google.com> | Fri Jan 13 15:21:16 2023 -0500 |
committer | Fabián Cañas <fabiancanas@google.com> | Fri Jan 13 16:34:56 2023 -0500 |
tree | 2f7919a5f41b88dcdfd2b2feff017ea27ebc047b | |
parent | 1549faf01e3ef1a34f2e8cf0f00b5123251fda34 [diff] |
Add interfaceDescriptor to RecordedTransaction This change adds a binder's interfaceDescriptor to RecordedTransaction. While most Parcels self-identify with an interface descriptor, that is not required. By adding the name of the interface that generated the transaction, a RecordedTransaction and its Parcels can be more easily decoded. Test: `atest binderUnitTest` Change-Id: I052640bf26ee3fa67a74a388ee4de930a684e2f4