From 0fc0cd1ccfb7413d9ef23978624e2f876febd88e Mon Sep 17 00:00:00 2001 From: Yash Khare Date: Sun, 26 Apr 2020 14:29:16 +0530 Subject: [PATCH] Fix for API 21 and 22 --- contrib/instrumentation.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/instrumentation.sh b/contrib/instrumentation.sh index 1649bb9e1..20c9a4eae 100644 --- a/contrib/instrumentation.sh +++ b/contrib/instrumentation.sh @@ -3,6 +3,7 @@ adb logcat -c adb logcat *:E -v color & ./gradlew jacocoInstrumentationTestReport +adb remount adb shell screencap -p /sdcard/screencap.png adb pull /sdcard/screencap.png find screencap.png