From 159a552b50b6ea1a876f3305a46979879085f02c Mon Sep 17 00:00:00 2001 From: Yash Khare Date: Fri, 1 May 2020 13:46:54 +0530 Subject: [PATCH] Fix --- contrib/instrumentation.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/instrumentation.sh b/contrib/instrumentation.sh index 5cb231685..1649bb9e1 100644 --- a/contrib/instrumentation.sh +++ b/contrib/instrumentation.sh @@ -3,6 +3,6 @@ adb logcat -c adb logcat *:E -v color & ./gradlew jacocoInstrumentationTestReport -adb shell screencap -p /mnt/sdcard/screencap.png -adb pull /mnt/sdcard/screencap.png +adb shell screencap -p /sdcard/screencap.png +adb pull /sdcard/screencap.png find screencap.png