Skip to content

Instantly share code, notes, and snippets.

@Ider
Created July 16, 2014 19:28
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