最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

android - Unable to filter adb logcat - Stack Overflow

programmeradmin1浏览0评论

I am trying to filter my logcat like this to only get logs from myapp.id:

adb -s emulator-5554 logcat 'myapp.id:* *:S'

It should remove all logs except those from myapp.id, but I always get: BestClock: java.time.DateTimeException: Missing network time fix If I use this command line, then BestClock is filtered as expected:

adb -s emulator-5554 logcat 'myapp.id:* BestClock:S'

Why *:S doesn't work on macos zsh ?

PS: in Android Studio, filtering is working as expected with package:mine ...

发布评论

评论列表(0)

  1. 暂无评论