Skip to content

Instantly share code, notes, and snippets.

@ilhan-athn7
Created June 28, 2026 06:42
Show Gist options
  • Select an option

  • Save ilhan-athn7/b72f6ed2bb4b627a4383cbd2bc4eab43 to your computer and use it in GitHub Desktop.

Select an option

Save ilhan-athn7/b72f6ed2bb4b627a4383cbd2bc4eab43 to your computer and use it in GitHub Desktop.
Get memory usage of processes on android in a viable way
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