-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: dart:developer logs are not showing up in the dev log #124
Comments
@akinsho Sorry to bug you. I understand that you might have a lot of things on your plate 😅 . May I get a little help here? I really want this to work if it's possible 😬 |
@Thesmader unfortunately I can't be of much help, I definitely don't have the bandwidth to dig into this, and it's definitely not something I personally ever encounter since I don't use Based on the issue you linked, seems that are intended to only be shown when the app is run in debug mode, so possible only whilst using something like I don't know which it is or really how the dap runner works since another user contributed it (🙏🏿 ). |
@Thesmader did you figure this one out? |
Hi @euler007 . I believe the dart developer logs are showing up atleast while developing on mobile. Haven't tried with web or other platforms. |
Yeah without dap, the dev logs won't come up Otherwise you can see them in devtools; in dev tools -> logging, you can apply a filter, iirc |
Describe the bug
While running Flutter applications, logs using
log()
fromdart:developer
are not showing up in the dev log.My configuration:
The issue is there, whether or not the debugger is enabled or run_via_dap is set to true.
To Reproduce
Steps to reproduce the behavior:
log()
method fromdart:developer
to log something( maybe log the value of_counter
in the_incrementCounter()
method.Expected behavior
The log should show up in the dev log.
System information
Additional context
According to #3653 on the Dart-Code repo these logs only work while debugging.
Thank you for this awesome plugin 😄
The text was updated successfully, but these errors were encountered: