diff options
Diffstat (limited to 'make/scripts/adb-logcat.sh')
-rwxr-xr-x | make/scripts/adb-logcat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/adb-logcat.sh b/make/scripts/adb-logcat.sh index ea4be3d61..443011f84 100755 --- a/make/scripts/adb-logcat.sh +++ b/make/scripts/adb-logcat.sh @@ -1,4 +1,4 @@ sdir=`dirname $0` adb $* logcat -c -adb $* logcat +adb $* logcat 2>&1 | tee adb-logcat.log |