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.
Asked
Active
Viewed 85 times
1 Answers
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 ;-)