aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/adb-logcat.sh
blob: bac072e7f4f1c71b812e954a2bc5aec1b7a1ec1d (plain)
1
2
3
4
5
6
7
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