aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/adb-logcat.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-01-30 21:30:51 +0100
committerSven Gothel <[email protected]>2015-01-30 21:30:51 +0100
commit9137288e44671262a9fc52e0a8ee7e409208e549 (patch)
treefabe58e89b56bb37ff34d00e4dd538a914b1f1ee /make/scripts/adb-logcat.sh
parentffbd1f706ee68de0574c33601e393a5753bfabfb (diff)
Bug 1124 - Refine AArch64 Linux in ant build recipe, add Android AArch64 build/install scripts
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