【问题标题】:How do I hide this message in the Flutter console - ViewPostIme pointer 0如何在 Flutter 控制台中隐藏此消息 - ViewPostIme 指针 0
【发布时间】:2019-11-02 18:45:11
【问题描述】:

每次点击设备屏幕时,我都会在 Flutter 控制台中看到此消息

D/ViewRootImpl@38eee14[MainActivity]( 7994): ViewPostIme pointer 0

紧随其后

D/ViewRootImpl@38eee14[MainActivity]( 7994): ViewPostIme pointer 1

这些消息挤在控制台上,妨碍阅读实际的重要日志,那么有没有办法摆脱它们?

【问题讨论】:

    标签: android flutter


    【解决方案1】:

    我做到了

    flutter run | grep -v "D/ViewRootImpl"
    

    【讨论】:

      猜你喜欢
      • 2019-05-10
      • 2014-02-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-04-18
      • 2022-09-23
      • 2014-06-25
      • 2022-06-30
      相关资源
      最近更新 更多