我想使用logcat并仅输出消息本身。不是方法名称,不是时间,不是标签-只是消息。
示例,从此消息:
D / ConnectivityService(471):将tx / rx TCP缓冲区设置为524288,1048576,2097152,262144,524288,1048576
我只想要
将tx / rx TCP缓冲区设置为524288,1048576,2097152,262144,524288,1048576
那可能吗 ?
android adb android-logcat
adb ×1
android ×1
android-logcat ×1