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
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
Comments
Post a Comment