【问题标题】:How to disable Android emulator console log debug message in Flutter?如何在 Flutter 中禁用 Android 模拟器控制台日志调试消息?
【发布时间】:2021-12-27 10:24:13
【问题描述】:

在 Flutter 中使用 Android ARM 模拟器时,大量无用的调试消息会喷涌而出。 (见下方截图)

如何在 Flutter 中禁用 Android 模拟器控制台日志调试消息?

【问题讨论】:

  • 您要移除模拟器屏幕上的 DEBUG 横幅吗?
  • 没有。我想删除控制台日志,如屏幕截图所示。
  • 关闭模拟器,问题解决。

标签: flutter android-emulator apple-m1


【解决方案1】:

我认为您的solution 可能是foldingsubstring 相同的行,您可能会经历以下过程。它可以帮助你 在 Android Studio

  1. 转到设置
  2. 点击编辑器
  3. 选择控制台

在这里你会发现一行字

fold console line that contains :

只需将该行添加到此列表中并检查它是否对您有帮助。

参考。图片

【讨论】:

    猜你喜欢
    • 2015-07-29
    • 2014-06-25
    • 1970-01-01
    • 2018-03-09
    • 1970-01-01
    • 2016-02-14
    • 2016-05-29
    • 2012-04-27
    • 1970-01-01
    相关资源
    最近更新 更多