Skip to content

Instantly share code, notes, and snippets.

@brandhill
Created August 11, 2014 06:36
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 brandhill/f57ded3c5db2a69e734c to your computer and use it in GitHub Desktop.
Save brandhill/f57ded3c5db2a69e734c to your computer and use it in GitHub Desktop.
android - 得知目前的 heap memory 使用情況。
Log.i(TAG, "userdMemory: " + Debug.getNativeHeapSize() / 1048576);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment