Skip to content

Instantly share code, notes, and snippets.

@Ider
Created July 16, 2014 19:28
Show Gist options
  • Save Ider/9119c2dfe756d9ceaaae to your computer and use it in GitHub Desktop.
Save Ider/9119c2dfe756d9ceaaae to your computer and use it in GitHub Desktop.
Log the called function name in Android
Log.d("IDER", Thread.currentThread().getStackTrace()[2] + "()");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment