This commit is contained in:
gouri-panda 2023-12-17 23:18:33 +05:30 committed by GitHub
parent d0a951c5c5
commit 23a984416f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ do
adb logcat ./*:E -v color &
./gradlew clean
retry=$(( $retry + 1 ))
if [ $retry == 3 ]; then
if [ $retry -eq 3 ]; then
adb exec-out screencap -p >screencap.png
exit 1
fi