5 lines
216 B
Bash
Executable File
5 lines
216 B
Bash
Executable File
./gradlew assembleDebug
|
|
./gradlew installDebug
|
|
adb shell am start com.cege.games.release/.MainActivity
|
|
sleep 3
|
|
adb logcat '*:V AudioManagerExtImpl:S' -b all -v color --pid=$(adb shell pidof -s com.cege.games.release) |