-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Memory leak in HeapAnalyzer #141
Comments
Can you provide the full stacktrace please? Also, which version of LeakCanary are you using? |
@pyricau the snapshot is not disposed |
06-04 10:23:49.508: E/StrictMode(2323): at com.squareup.leakcanary.HeapAnalyzer.openSnapshot(HeapAnalyzer.java:134) Here is the strict mode error that I am getting. |
Here is a better stack trace result
|
there any solutions? |
yeah add snapshot.dispose() @pop1030123 |
@ninja- |
We're switching the backend in #219 |
I am seeing a strictmode error with leakCanary that gives a possible memory leak.
A resource was acquired at attached stack trace but never released.
java.lang.Throwable: Explicit termination method 'end' not called
at com.squareup.leakcanary.HeapAnalyzer.openSnapshot(HeapAnalyzer.java:134)
The text was updated successfully, but these errors were encountered: