项目规模很大,所以各种log信息也很多,想过滤一下
如果不使用grep之类的命令
能否直接让adb logcat 只打印RILC/RILJ信息?
部分信息如下:
E/RILC ( 128): RIL DEBUG TEST IN:responseRilSignalStrength
V/RILJ ( 276): [UNSL]< UNSOL_SIGNAL_STRENGTH {7, 255, -1, -1, -1, -1, -1, 99, -1, -1}
E/RILC ( 128): RIL DEBUG TEST IN:responseRilSignalStrength
V/RILJ ( 276): [UNSL]< UNSOL_SIGNAL_STRENGTH {7, 255, -1, -1, -1, -1, -1, 99, -1, -1}
E/Sensors ( 203): GsSensor: line +83 ~~~handle===0~~en==0~~!n
D/PhoneWindow( 255): couldn't save which view has focus because the focused view android.view.View@405663f8 has no id.
D/ConnectivityService( 203): receive screen off intent!
D/ConnectivityService( 203): getMobileDataEnabled returning true
D/RILJ ( 276): [0036]> SCREEN_STATE: false
V/DATA ( 276): [DCT] intent received :android.intent.action.SCREEN_OFF
I/PowerManagerService( 203): Increasing sampling rate.
D/RILJ ( 276): [0036]< SCREEN_STATE
6 个解决方案
#1
adb logcat -s RILJ 即可
-s 是过滤符 指定只打印含有 RILJ的
但是这样就不能同时打印 RILC了
不知道能不能同时过滤多个
等高人指教
-s 是过滤符 指定只打印含有 RILJ的
但是这样就不能同时打印 RILC了
不知道能不能同时过滤多个
等高人指教
#2
还在研究中。。
#3
通过过滤!就像我们在eclipse中输出logcat日志样!
#4
呵呵 -s 后面可以跟多个tag的 可以都写上 没关系的
#5
高手啊
#6
OK,可以结贴了
#1
adb logcat -s RILJ 即可
-s 是过滤符 指定只打印含有 RILJ的
但是这样就不能同时打印 RILC了
不知道能不能同时过滤多个
等高人指教
-s 是过滤符 指定只打印含有 RILJ的
但是这样就不能同时打印 RILC了
不知道能不能同时过滤多个
等高人指教
#2
还在研究中。。
#3
通过过滤!就像我们在eclipse中输出logcat日志样!
#4
呵呵 -s 后面可以跟多个tag的 可以都写上 没关系的
#5
高手啊
#6
OK,可以结贴了