0

This is the situation: I have my own smartphone and I want to trace every time I make a service call with

adb shell service call ...

which instructions are covered or which branches are taken in the service code (both java and c).

I tried to give a look to hardware solutions, but it read that vendors usually disable this debugging option.

Any ideas or useful tool for me?

1 Answers1

0

Frida is able to do that now. .

Code
  • 6,041
  • 4
  • 35
  • 75