Skip to content
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

Add rudimentary leak detection to all platforms #2037

Closed
JakeWharton opened this issue May 16, 2024 · 1 comment
Closed

Add rudimentary leak detection to all platforms #2037

JakeWharton opened this issue May 16, 2024 · 1 comment

Comments

@JakeWharton
Copy link
Collaborator

We know when things should go away. We know when a widget is removed from the hierarchy. We know when a treehouse app is replaced. In those cases, we can do the world's most basic leak detector of holding those references weakly after removal, and periodically check + force GC to see if they get collected.

Refs #2029. Refs #2033.

@JakeWharton
Copy link
Collaborator Author

This is tracked by the expanded scope of #575

@JakeWharton JakeWharton closed this as not planned Won't fix, can't repro, duplicate, stale Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant