tool to check memory leaks in android

38,316

Solution 1

Tool "Traceview" will also be helpful to you. This comes with the android sdk.
Refer to the following link for more detail.

http://developer.android.com/guide/developing/tools/traceview.html

https://developer.android.com/studio/profile/traceview.html

Solution 2

You can try using Memory Analyzer to check Memory leaks in Android

http://kohlerm.blogspot.com/2009/04/analyzing-memory-usage-off-your-android.html

Solution 3

A different and more detailed version of this question is discussed in that address imho What Android tools and methods work best to find memory/resource leaks?

Share:
38,316

Related videos on Youtube

sajjoo
Author by

sajjoo

Updated on April 13, 2020

Comments

  • sajjoo
    sajjoo about 4 years

    Is there any nice tool to check memory leaks in android?

    any help will be appreciative.

  • andr
    andr about 11 years
    I think this answer is outdated. Besides that, I think it only applies to the NDK, not pure Java/Dalvik VM memory "leaks".

Related