-
Notifications
You must be signed in to change notification settings - Fork 336
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
leak-tracker: Detect memory leaks by identifying not disposed or not GCed objects. #3951
Comments
not-GCed leaks:
not-disposed leaks: |
Options for Flutter specific leak tracker:
@devoncarew leans towards the 2nd and 3rd options |
It appears we did this; is there discussion/context somewhere on why that option was chosen? AFAIK this is the only |
Here is the issue with discussion: dart-lang/leak_tracker#52 (comment) |
Documentation is explicit about pure Dart packages not being supported. |
There is no technical roadblock, but the task to enable pure dart does not have resources at the moment. |
Issue: dart-lang/leak_tracker#257 |
Motivation: go/flutter-devtools-survey-2022
The text was updated successfully, but these errors were encountered: