mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
10 lines
240 B
Bash
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
|