diff --git a/contrib/instrumentation.sh b/contrib/instrumentation.sh index a0ecff657..1649bb9e1 100644 --- a/contrib/instrumentation.sh +++ b/contrib/instrumentation.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -adb shell screencap -p /sdcard/screencap.png -adb pull /sdcard/screencap.png -find screencap.png adb logcat -c adb logcat *:E -v color & ./gradlew jacocoInstrumentationTestReport +adb shell screencap -p /sdcard/screencap.png +adb pull /sdcard/screencap.png +find screencap.png