File: adb-logcat.sh

package info (click to toggle)
gluegen2 2.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,992 kB
  • ctags: 6,760
  • sloc: java: 32,368; xml: 2,797; ansic: 2,287; sh: 1,206; makefile: 73
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