mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Added logs to adb after restarting emulator
This commit is contained in:
parent
1105752564
commit
652517b0a2
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
adb logcat -c
|
||||
adb logcat *:E -v color &
|
||||
adb logcat ./*:E -v color &
|
||||
retry=0
|
||||
while [ $retry -le 3 ]
|
||||
do
|
||||
@ -12,6 +12,7 @@ do
|
||||
adb kill-server
|
||||
adb start-server
|
||||
adb logcat -c
|
||||
adb logcat ./*:E -v color &
|
||||
./gradlew clean
|
||||
retry=$(( $retry + 1 ))
|
||||
if [ $retry == 3 ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user