logcat.sh 187 B

123
  1. adb -s $1 logcat -c # clear buffer
  2. ## select the application pid and ActivityManager , ActivityThread
  3. adb -s $1 logcat -v long | grep -A 2 -e $2 -e ActivityManager -e ActivityThread > $3