Skip to content
Advertisement

Tag: leakcanary

Can’t use LeakCanary because of org.junit.Test class dependency in external libraries

I’m trying to use LeakCanary for finding memory leaks in my Android application. I’m using Android Studio. When I start debugging my application I see “LeakCanary is currently disabled: test class org.junit.Test was found in classpath.” message. “org.junit.test” class came from external library. How can I force enable LeakCanary? Answer LeakCanary automatically disables itself in tests by detecting that the

Advertisement