/MemoryLeakCanary

A simple example of how to use LeakCanary2 on a basic project

Primary LanguageKotlinApache License 2.0Apache-2.0

MemoryLeakCanary

A simple example of how to use LeakCanary2 on a basic Android project

full documentation: https://square.github.io/leakcanary/

// all you have to do now is add to the debug dependencies

dependencies {
    debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.5'
}