Skip to content

Commit 5361227

Browse files
specified serial number for emulator logcat
1 parent 108890e commit 5361227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runTests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ PID_EMU2=$!
1313
./wait_for_emulator emulator-5556
1414

1515
# Running Tests
16-
adb logcat &
16+
adb -s emulator-5554 logcat &
1717
./gradlew --info build connectedCheck || exit 1
1818
kill -9 $PID_EMU1 $PID_EMU2

0 commit comments

Comments
 (0)