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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -