leak canary

Solutions on MaxInterview for leak canary by the best coders in the world

showing results for - "leak canary"
Braylon
06 May 2020
1// To use LeakCanary, add the leakcanary-android dependency 
2// to your app’s build.gradle file:
3
4dependencies {
5  // debugImplementation because LeakCanary should only run in debug builds.
6  debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
7}
similar questions
queries leading to this page
leak canary