flutter / flutter/flutter-intellij
Show same output like in devtools in AndroidStudio Run window
- Dominant language
- Java
- Stars
- 2k
- Forks
- 356
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 27
Description
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
```
[√] Flutter (Channel master, 1.21.0-7.0.pre, on Microsoft Windows [Version 10.0.18363.1016], locale en-DE)
• Flutter version 1.21.0-7.0.pre at D:\dev\flutter\sdk
• Framework revision 7ec2d360bc (3 weeks ago), 2020-07-29 23:25:38 -0700
• Engine revision a9910e409c
• Dart version 2.10.0 (build 2.10.0-1.0.dev 24c7666def)
[!] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
• Android SDK at C:\Users\Marvin\AppData\Local\Android\sdk
• Platform android-29, build-tools 29.0.3
• Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
X Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.
[√] Android Studio (version 4.0)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin version 48.1.2
• Dart plugin version 193.7361
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
```
Contributor guide
Research direction
Start by reproducing the issue with a demo app using video_player in the AndroidStudio Run window, then compare its logs with Flutter DevTools in the browser. Done means the Run tab filters verbose package messages and retains app-related output while preserving usable native scrolling and text selection.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, flutter
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100