Skip to content

Instantly share code, notes, and snippets.

@mediavrog
Created March 5, 2014 09:18
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 mediavrog/9363908 to your computer and use it in GitHub Desktop.
Save mediavrog/9363908 to your computer and use it in GitHub Desktop.
Tip: Add a junk object to your possibly leaking Listeners, Activities, whatever to make them spottable easier when MATing
private byte[] junk = new byte[10*1024*1024];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment