diff --git a/circle.yml b/circle.yml index 368dbe466..3b88e723c 100644 --- a/circle.yml +++ b/circle.yml @@ -12,4 +12,5 @@ test: - adb shell input keyevent 82 - ./gradlew connectedAndroidTest - cp -r app/build/outputs $CIRCLE_ARTIFACTS || echo ok - - cp -r app/build/reports/androidTests/connected/* $CIRCLE_TEST_REPORTS || echo ok \ No newline at end of file + - cp -r app/build/reports/androidTests/connected/* $CIRCLE_TEST_REPORTS || echo ok + - adb logcat -d > $CIRCLE_TEST_REPORTS/logcat.txt \ No newline at end of file