5

I'm working with the ddms to find memory leaks and other bugs. When tracking the memory I see a heap size of 30MB.

But when I go to device and check the memory in the application manager I see 70 MB.

Is it normal? What's the reason for this ?

Device : SamsunGalaxy GT9300

Chen Kinnrot
  • 20,609
  • 17
  • 79
  • 141

1 Answers1

4

Yes its normal, DDMS shows only running app memory. You can also try another tool like memory analyser tool(MAT). You see best result comparison to DDMS.

Here is the link.

Lucifer
  • 29,392
  • 25
  • 90
  • 143
Satyam
  • 1,672
  • 3
  • 20
  • 34
  • @Satyam, can you stop indenting your prose as code-blocks? By now you should already have a good grasp of the available formatting in answers – Alexander Mar 26 '13 at 22:55