File: adb-logcat.sh

package info (click to toggle)
gluegen2 2.3.2-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,784 kB
  • ctags: 9,364
  • sloc: java: 46,101; xml: 2,968; ansic: 2,672; cpp: 1,694; sh: 1,241; pascal: 591; asm: 162; makefile: 82
file content (4 lines) | stat: -rwxr-xr-x 76 bytes parent folder | download | duplicates (7)
1
2
3
4
sdir=`dirname $0`

adb $* logcat -c
adb $* logcat 2>&1 | tee adb-logcat.log