Skip to content

Commit b42f418

Browse files
committed
adb logcat print and exit
1 parent 8fff216 commit b42f418

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ script:
4040
- emulator -avd Arm21 -no-skin -no-audio -no-window &
4141
- android-wait-for-emulator
4242
- "cd test-app && ./gradlew assembleDebug runtests -PembedBindingGenerator=true --stacktrace"
43+
- adb -e logcat -d 300
4344
- cd ..
4445
before_deploy:
4546
- FULL_PACKAGE_VERSION=`sed -n 's/\s*"version":\s*"\([a-zA-Z0-9\.]*\)"\s*,*/\1/p' dist/package.json`

0 commit comments

Comments
 (0)