-
Notifications
You must be signed in to change notification settings - Fork 101
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
Make LeakCanary more strict #657
Comments
This makes we wonder if there's a clever API we can have that says "do this both inside and outside this chain of rules" |
RBusarow
added a commit
that referenced
this issue
Feb 3, 2022
…/wrapInLeakCanary * origin/rick/wrapInLeakCanary: wrap Activity and Compose rules in LeakCanary checks on both sides fixes #657 # Conflicts: # workflow-ui/container-android/src/androidTest/java/com/squareup/workflow1/ui/backstack/test/BackstackContainerTest.kt # workflow-ui/core-android/src/androidTest/java/com/squareup/workflow1/ui/WorkflowViewStubLifecycleTest.kt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported by @pyricau: At the moment we are only checking for leaks after the activity is destroyed, which means there is a huge window we're missing. We should check before that as well:
The text was updated successfully, but these errors were encountered: