We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92d859 commit e5e9c09Copy full SHA for e5e9c09
wait_for_emulator.sh
@@ -12,7 +12,7 @@ until [[ "$bootanim" =~ "stopped" ]]; do
12
bootanim=`adb -e shell getprop init.svc.bootanim 2>&1 &`
13
if [[ "$bootanim" =~ "device not found" || "$bootanim" =~ "device offline" ]]; then
14
let "failcounter += 1"
15
- echo "($checkcounter) Waiting for emulator to start - $bootanim"
+ echo "($failcounter) Waiting for emulator to start - $bootanim"
16
if [[ $failcounter -gt timeout_in_sec ]]; then
17
echo "Timeout ($timeout_in_sec seconds) reached; failed to start emulator"
18
exit 1
0 commit comments