mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
14 lines
289 B
Bash
14 lines
289 B
Bash
#!/usr/bin/env bash
|
|
|
|
adb logcat -c
|
|
adb logcat *:E -v color &
|
|
./gradlew jacocoInstrumentationTestReport
|
|
adb shell screencap -p /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
|