From 460ea25e719875ccaf41f7d46eeb93e0ed92ac0d Mon Sep 17 00:00:00 2001 From: Yash Khare Date: Tue, 28 Apr 2020 16:06:37 +0530 Subject: [PATCH] Fix screenshots for API 21 and 22 --- contrib/instrumentation.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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