Chen Kinnrot
Chen Kinnrot

Reputation: 21015

DDMS and os show different memory info about my app

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

Upvotes: 5

Views: 187

Answers (1)

Satyam
Satyam

Reputation: 1682

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.

Upvotes: 4

Related Questions