square / leakcanary

A memory leak detection library for Android.
https://square.github.io/leakcanary
Apache License 2.0
29.42k stars 3.97k forks source link

android.support.v7.widget.RecyclerView.mContext leaks #494

Closed notly closed 8 years ago

notly commented 8 years ago

In top.itmp.uidemo:1.0:1.

pyricau commented 8 years ago

Thank you for your report, it looks like this might be a leak in the Android SDK.

Please read the following entry in our FAQ: Can a leak be caused by the Android SDK?.

We don't have enough time to do the investigative work on this type of issue, so I will close this issue for now. We'll happily take contributions to AndroidExcludedRefs.java, if the leak is demonstrated and the fix provided to AOSP.

ThuyKhanh commented 8 years ago

I got the same problem today. How is this issue going ?