Quantcast
Channel: Android: How much memory is my app using? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by user1445716 for Android: How much memory is my app using?

This works: Debug.MemoryInfo memoryInfo = new Debug.MemoryInfo(); Debug.getMemoryInfo(memoryInfo); String memMessage = String.format("App Memory: Pss=%.2f MB\nPrivate=%.2f MB\nShared=%.2f MB",...

View Article



Answer by ρяσѕρєя K for Android: How much memory is my app using?

use top -d 1 -n 1 Android Shell Command for getting all process list with process names or used memory by processes and then extract your process info from return string from System:BufferedReader in =...

View Article

Android: How much memory is my app using?

Memory seems to be a big topic and I cant find the specific answer.I've got the answers on how much is available in the heap and I know how much should I use. I need the answer how to code to...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images