[Android][Debug] How to check memory leak in Android application esider?
[Solution] Using com.squareup.leakcanary library. https://github.com/square/leakcanary Getting started In your build.gradle: dependencies { debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.3' releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.3' // Optional, if you use support library fragments: debugImplementation 'com.squareup.leakcanary:leakcanary-s..
2019. 3. 13. 16:23