We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c3f4a commit eccadffCopy full SHA for eccadff
runTests.sh
@@ -11,7 +11,7 @@ function run_test() {
11
emulator -partition-size 256 -avd ${emulator_name} -no-skin -no-boot-anim -no-audio -no-window -gpu on &
12
EMU_PID=$!
13
./wait_for_emulator || exit 1
14
- adb -v time logcat -s FFmpegInstrumentationTest &
+ adb logcat -v time -s FFmpegInstrumentationTest &
15
LOGCAT_PID=$!
16
# Running Tests
17
./gradlew --info build connectedCheck || exit 1
0 commit comments