adb 中'grep' 不是内部或外部命令,也不是可运行的程序 或批处理文件。
cmd 中 grep 用findstr 代替 即 adb logcat | findstr START
adb shell "logcat | grep START"