kiwix-android/contrib/instrumentation.sh
2020-04-28 16:06:37 +05:30

10 lines
240 B
Bash

#!/usr/bin/env bash
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
find screencap.png