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