You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[√] Flutter (Channel master, 1.21.0-8.0.pre.122, on Microsoft Windows [Version 10.0.19041.388], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.1)
[√] Chrome - develop for the web
[!] Android Studio (not installed)
[√] Connected device (4 available)
! Doctor found issues in 1 category.
(using android studio beta, weird bug in flutter doctor)
The latest beta update produces an annoying amount of console spam as seen in the logs section. There's no clear way to disable this, and this spams the console even when the player is paused.
A way to turn off debug log messages would be great
The text was updated successfully, but these errors were encountered:
It really hinders debugging, especially if you want to focus on something else that requires playing the sound at the same time.
actually this message is very useful, so rather than a way to turn off it, A way to control these messages (pause, filter...) would be more than great.
Have added an example of how to modify global logging level in the example app and have changed default logging level from debug to info (This will filter the spam). Have also updated the wiki with info on setting logging levels. These changes are available in 1.0.0-beta.10
Sounds Version :
^1.0.0-beta.7
Severity
Platforms you faced the error
Android pixel 3a emulator.
Logs
flutter doctor :
(using android studio beta, weird bug in flutter doctor)
flutter pub deps :
Describe the bug
The latest beta update produces an annoying amount of console spam as seen in the logs section. There's no clear way to disable this, and this spams the console even when the player is paused.
A way to turn off debug log messages would be great
The text was updated successfully, but these errors were encountered: