Android - How to track the memory usage of an any running app on device programmatically? -
how check how memory(ram) getting consumed of running app on device?
thanks.
look @ activitymanager.
getrunningappprocesses
list of pids, , getprocessmemoryinfo
give memory details them.
see following thread complete, in-depth answer: how discover memory usage of application in android?.
Comments
Post a Comment