aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/adb-logcat.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts/adb-logcat.sh')
-rwxr-xr-xmake/scripts/adb-logcat.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/make/scripts/adb-logcat.sh b/make/scripts/adb-logcat.sh
index 443011f84..bac072e7f 100755
--- a/make/scripts/adb-logcat.sh
+++ b/make/scripts/adb-logcat.sh
@@ -1,4 +1,8 @@
sdir=`dirname $0`
+#adb $* shell stop
+#adb $* shell setprop log.redirect-stdio true
+#adb $* shell setprop log.redirect-stderr true
+#adb $* shell start
adb $* logcat -c
adb $* logcat 2>&1 | tee adb-logcat.log