Is it possible to use USB debugging on an app that is not yours, and was downloaded from the Google Play Store?
I don't really need any in-depth information, I just want to be able to see general errors that may be occurring.
I'm basically trying to debug a scrolling issue in my US Bank app on my own because their response is terrible, slow, and I've done redundant "troubleshooting" steps.
The phone I have is a Google Nexus 5 running Android 6.0.1, which is not rooted.
adb
daemon (which certainly doesn't tell you anything). This was changed some time ago to prevent the leakage of private information through logs. – GiantTree Feb 01 '17 at 20:19adb logcat
from a PC you see logcat from every app. – Robert Feb 02 '17 at 15:59