2023-05-16 14:56:34 +08:00

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)