Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

leak canary

// To use LeakCanary, add the leakcanary-android dependency 
// to your app’s build.gradle file:

dependencies {
  // debugImplementation because LeakCanary should only run in debug builds.
  debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
}
Source by square.github.io #
 
PREVIOUS NEXT
Tagged: #leak #canary
ADD COMMENT
Topic
Name
7+8 =