1

I would like to check the memory consumption of each running processes individually, cat /proc//statm is ok, but opening a shell for each check is time consuming, and maybe not the best way. any advices how to do it with the SDK?

materemias
  • 131
  • 1
  • 2
  • 7

1 Answers1

0

The short answer is "You can do it, but it's very complicated". Have a look at this similar question, where one of the Android software engineers gives a long discussion of the issue.

Community
  • 1
  • 1
Steve Haley
  • 55,374
  • 17
  • 77
  • 85