commit | 0e77b9ba4e6f7e7d211f92c1470a90572fea02cf | [log] [tgz] |
---|---|---|
author | Sahil Somani <sahilsomani@google.com> | Fri Sep 09 11:08:26 2022 -0700 |
committer | Steven Moreland <smoreland@google.com> | Mon Sep 12 19:15:12 2022 +0000 |
tree | c8ec8e2736cd96e1d6eeaf3e7fecf71b236ed6a0 | |
parent | 0517d97079d4b08f909e7f35edfa33b88fcc0d0e [diff] |
Add Listening Funcionality to AIDL Analyzers Added the ability to listen to a service in real time, rather than needing to first record and then inspect after. Upon starting the listening process with an instance and interface, transactions will be printed until the user hits CTRL-C for a ctrl_c_limit times. A file is also created with all of the transactions that were listened to. Bug: 242226631 Test: atest aidl_integration_test Change-Id: I433b8a0911bb1871cf00aaf7a7e14a7da23671ca
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview