File: adb-logcat.sh

package info (click to toggle)
gluegen2 2.3.2-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,420 kB
  • sloc: java: 45,952; xml: 2,960; ansic: 2,670; cpp: 1,694; sh: 1,251; pascal: 591; asm: 162; makefile: 53
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