kiwix-android/contrib/instrumentation.sh
Yash Khare 159a552b50 Fix
2020-05-01 13:46:54 +05:30

9 lines
198 B
Bash

#!/usr/bin/env bash
adb logcat -c
adb logcat *:E -v color &
./gradlew jacocoInstrumentationTestReport
adb shell screencap -p /sdcard/screencap.png
adb pull /sdcard/screencap.png
find screencap.png