Skip to content

Instantly share code, notes, and snippets.

@sgnn7
Created December 15, 2011 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgnn7/1482896 to your computer and use it in GitHub Desktop.
Save sgnn7/1482896 to your computer and use it in GitHub Desktop.
Showing the memory usage of android app
#!/bin/bash
adb shell dumpsys meminfo | awk '/^\*\*.*com.asolutions.endless.mobility/ { c=20;{print}next}c-->0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment