I've started integration of the LeakCanary and it reported one leak that I fixed. However, through the memory dump, I see that I have multiple instances of my activity. But LeakCanary is silent. I even don't see memory dumping toasts.
Yes, I do register my activity for leak checking through the RefWatcherWrapper
.
What might be the issue. How to investigate case?