Skip to content

Instantly share code, notes, and snippets.

@apssouza22
Last active August 24, 2019 14:58
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 apssouza22/f9177975578a4b63af54bde3b21982c9 to your computer and use it in GitHub Desktop.
Save apssouza22/f9177975578a4b63af54bde3b21982c9 to your computer and use it in GitHub Desktop.
Thread.getUncaughtExceptionHandler()
.uncaughtException(
Thread.currentThread(),
new IllegalStateException("Resource leak: finalizer fallback cleaned up")
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment