ubuntu Android : adb logcat 过滤多个log
指定字符串的log,可以用下面的形式,注意加-E和单引号:
adb shell " logcat | grep -E 'strings1|strings2 ' "
一、有时候想看多个指定字符串的log,可以用下面的形式,注意加-E和单引号:
adb shell " logcat | grep -E 'strings1|strings2 ' "
原文地址:https://blog.csdn.net/u010689853/article/details/145144420
免责声明:本站文章内容转载自网络资源,如侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!