I want to collect all requests to Binder, which makes an arbitrary Android application running on a real device with root permissions. To be more accurate, I want to write a program that could log all the interprocess interactions of an arbitrary target application.
How can i do it without jtrace? Are there any open source utilities or frameworks for this task?