From 15fdb6d9228bfeefa2063387376af69d93773a8e Mon Sep 17 00:00:00 2001 From: Ari Lazier Date: Fri, 22 Jan 2016 12:19:47 -0800 Subject: [PATCH] clear log --- scripts/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test.sh b/scripts/test.sh index b50ab0cf..262d03ea 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -86,6 +86,7 @@ elif [ "$TARGET" = "react-tests-android" ]; then LOGCAT_OUT="logcat_out.txt" rm -f $LOGCAT_OUT + adb logcat -c adb logcat | tee $LOGCAT_OUT & while :; do