diff --git a/contrib/instrumentation.sh b/contrib/instrumentation.sh index 1649bb9e1..20c272a81 100644 --- a/contrib/instrumentation.sh +++ b/contrib/instrumentation.sh @@ -4,5 +4,6 @@ adb logcat -c adb logcat *:E -v color & ./gradlew jacocoInstrumentationTestReport adb shell screencap -p /sdcard/screencap.png -adb pull /sdcard/screencap.png +cp /sdcard/screencap.png /mnt/sdcard/ +adb pull /mnt/sdcard/screencap.png find screencap.png