Grep多个条件:

android logcat -v time | grep -e A -e B


选取多个android log tag:

android logcat -v time -s TAGA TAGB 

比如:android logcat -s AndroidRuntime