相关疑难解决方法(0)

Flutter在“运行”选项卡中禁用系统调试消息

我用?

print('Pls. show this line only');
Run Code Online (Sandbox Code Playgroud)

调试由Android Studio开发的flutter应用程序。但是,[运行选项卡]中的输出通常类似于:

Tens/Hundreds of system debug messages
I/flutter ( 9154): Pls. show this line only
Tens/Hundreds of system debug messages
Run Code Online (Sandbox Code Playgroud)

好的,有时候我要花几分钟才能找到自己的调试消息[请 仅显示此行]。

我的问题很简单,我们如何在Android Studio的Flutter Project的“运行”选项卡中禁用[数十个/数百个系统调试消息]?

同时,我正在使用:

print('***************************************************** Pls. show this line only');
Run Code Online (Sandbox Code Playgroud)

作为解决方法。

dart android-studio flutter

5
推荐指数
4
解决办法
600
查看次数

标签 统计

android-studio ×1

dart ×1

flutter ×1