We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6ad80 commit 3e0102cCopy full SHA for 3e0102c
android/scripts/run-instrumented-tests.sh
@@ -3,6 +3,7 @@
3
set -eu
4
5
storeLogs() {
6
+ mkdir -p "$TEST_DEVICE_OUTPUTS_DIR"
7
adb shell "logcat -d > $TEST_DEVICE_OUTPUTS_DIR/logcat.txt"
8
}
9
0 commit comments