Created
June 28, 2026 06:42
-
-
Save ilhan-athn7/b72f6ed2bb4b627a4383cbd2bc4eab43 to your computer and use it in GitHub Desktop.
Get memory usage of processes on android in a viable way
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dumpsys meminfo | grep '(pid' | sed 's/,//g' | sed 's/ //g' | sort -h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment