Open crtl opened 4 years ago
We could give the option of displaying the console from DevTools inline from IntelliJ. The largest blocker is the text selection in the DevTools console won't feel consistent with the rest of IntelliJ but aside from that it should be a good experience for advanced filtering cases.
@jacob314 The text selection is one of the reasons I want to use the AndroidStudio tab in the first place.
The kind of logging I requested was the default in previous versions but I dont know exactly what version. But doesnt this show that this is possible?
The flutter dev tools in the browser automatically filter out verbose log messages and only show app related messages. This was the case for the Run window in AndroidStudio in past plugin versions too but has been removed somehow. Now the Run tab just shows every log message and when you start using 3rd party packages it starts to get out of hand (for example with video_player) and there are no options to filter them. Using flutter web dev tools is not an option for me either because the I am not able to natively scroll or can select text.
Steps to Reproduce
Create a demo app with a video_player. The log will be bombarded with verbose output.
Version info