Skip to content

Commit d9b7abf

Browse files
committed
dataconnect.yml: remove call to adb logcat since it livelocks waiting for the android emulator to launch.
1 parent dbd115c commit d9b7abf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/dataconnect.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ jobs:
200200
set -euo pipefail
201201
set -v
202202
203-
"$ANDROID_HOME/platform-tools/adb" logcat -c
204203
"$ANDROID_HOME/platform-tools/adb" logcat >logcat.log &
205204
echo "LOGCAT_PID=$!" >> "$GITHUB_OUTPUT"
206205

0 commit comments

Comments
 (0)