clear log

This commit is contained in:
Ari Lazier 2016-01-22 12:19:47 -08:00
parent 2c0a92aa63
commit 15fdb6d922
1 changed files with 1 additions and 0 deletions

View File

@ -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