-
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
Add API to add ExcludedRefs #12
Comments
So we basically need to pass an instance of |
pyricau
added a commit
that referenced
this issue
May 10, 2015
* ExcludedRef is immutable, added ExcludedRef.Builder to create one. * AndroidExcludedRef returns a ExcludedRef.Builder * ExcludedRef is Serializable and belongs to HeapDump, it now gets passed from the RefWatcher. This also makes the saved result more coherent. * Moved ExcludedRef from analyzer to watcher module Fix for #12
Merged
Yky
pushed a commit
to Yky/leakcanary
that referenced
this issue
Feb 21, 2016
* ExcludedRef is immutable, added ExcludedRef.Builder to create one. * AndroidExcludedRef returns a ExcludedRef.Builder * ExcludedRef is Serializable and belongs to HeapDump, it now gets passed from the RefWatcher. This also makes the saved result more coherent. * Moved ExcludedRef from analyzer to watcher module Fix for square#12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have the AndroidExcludedRefs which is nice. But please add an API to define our own excludes.
The text was updated successfully, but these errors were encountered: