Skip to content

Instantly share code, notes, and snippets.

@vobject
Created February 18, 2014 01: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 vobject/9063167 to your computer and use it in GitHub Desktop.
Save vobject/9063167 to your computer and use it in GitHub Desktop.
static void printCurrentMethod()
{
StackTraceElement[] ste = Thread.currentThread().getStackTrace();
System.out.println("DEBUG: " + ste[2].getMethodName());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment