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

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

c# - Binding attached property to IEnumerable -