Reputation: 36
I am trying to track any incoming/Outgoing calls on my Android phone using ADB. I see that you can use Phone_state from Telephony Manager to track what is the state of the telephone in an app. How can I do this from ADB?
Thanks for reading!
Upvotes: 0
Views: 1628
Reputation: 8946
Use
adb logcat
And check what is happening in the backend of the phone.
Upvotes: 0