Fix for API 21 and 22

This commit is contained in:
Yash Khare 2020-05-01 11:21:16 +05:30
parent 460ea25e71
commit 032ddf3d95

View File

@ -4,6 +4,10 @@ adb logcat -c
adb logcat *:E -v color &
./gradlew jacocoInstrumentationTestReport
adb shell screencap -p /sdcard/screencap.png
cp /sdcard/screencap.png /mnt/sdcard/
adb pull /mnt/sdcard/screencap.png
adb shell
run-as org.kiwix.kiwixmobile
cp '/sdcard/screencap.png' '/mnt/sdcard/'
exit
exit
adb pull /sdcard/screencap.png
find screencap.png