Memory Leak in Android

Overview

You can use the library LeakCanary to check Memory Leak

Steps to follow

  • Add the required dependency in build.gradle (Module) 
 debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
  • Hello World

Reference



Comments

Popular posts from this blog

Architecture Components in Android

DataBinding in Android

SSLSocketFactory in Android