File: adb-logcat.sh

package info (click to toggle)
gluegen2 2.3.2-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,124 kB
  • sloc: java: 45,936; xml: 2,955; ansic: 2,672; cpp: 1,694; sh: 1,241; 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