-1

I am new to android. I implementing one app in android. But I would like to know How much memory occupied When i execute my app. plz help me If any one got.

avinash
  • 5
  • 1
  • 3

1 Answers1

0

Getting the memory usage can be a real pain, there are MANY factors.

But here on Stackoverflow is a real great explanaition. I dont quote it because, it is the best if you read through on your own ;-)

In short: use "adb shell procrank" (but really, read the linked answer, it's a great answer ;-)

Community
  • 1
  • 1
Testuser
  • 1,717
  • 2
  • 16
  • 24