shell-scripte-code/install_app_and_debug.sh

2 lines
189 B
Bash
Raw Normal View History

2022-02-11 11:15:16 +01:00
adb install app-debug.apk && adb shell am start -n de.spectreos.battlestar/de.spectreos.battlestar.MainActivity && sleep 2 && adb logcat --pid=$(adb shell pidof -s de.spectreos.battlestar)