Waypoint
Waypoint

Reputation: 17753

Android - get USS memory allocation programmatically

I force this problem:

I need to know USS memory allocation (= how much RAM is allocated by your APP) for my app. I know, it is possible to get this info from "adb shell procrank", but I want to have it programmatically. Is there any way how to do it? Or any fully functional snippet? Up to know, I haven't been successfull and checking via adb shell is not comfortable and slow.

Upvotes: 6

Views: 736

Answers (0)

Related Questions