Working With adb
When the devices are connected to your machine via Remote Debugging, you can explore the device using ADB shell.
To access the device shell, in your command line run adb shell.
To explore the device, use these commands on in the adb shell:
- pm list packages
- pm list packages -f
- logcat -d | grep app | grep cmp
- am start -n com.company.app/.MainActivity