Google News
logo
Android - Interview Questions
How do you find memory leaks in the mobile app on the Android platform?
Android Studio is using Android Device Manager (ADM), this ADM is used to detect the memory leaks in the Android platform.
 
When you open ADM in the Android Studio then on the left-hand side of the ADM, you will find your device or emulator in which a heap sign will be displayed. When you are running any mobile app then you will see the heap size, memory analysis and other statistics displayed on it.
Advertisement