gitlab-ci: dump complete logcat into artifacts zipball

Before, it was only including errors.
This commit is contained in:
Hans-Christoph Steiner 2018-08-17 10:06:57 +02:00
parent 558dde5f77
commit 0fb65f6921

View File

@ -72,7 +72,7 @@ errorprone:
- emulator64-arm -avd avd$AVD_SDK -no-audio -no-window -no-snapstorage &
- wait-for-emulator
- adb shell input keyevent 82 &
- ./gradlew connectedFullDebugAndroidTest || (adb -e logcat -d '*:E' > logcat.txt; exit 1)
- ./gradlew connectedFullDebugAndroidTest || (adb -e logcat -d > logcat.txt; exit 1)
connected24:
retry: 1