Skip to content

Instantly share code, notes, and snippets.

@dominicthomas
Created December 22, 2014 11:26
Show Gist options
  • Save dominicthomas/9335400ced2b704b2e74 to your computer and use it in GitHub Desktop.
Save dominicthomas/9335400ced2b704b2e74 to your computer and use it in GitHub Desktop.
Display the name of any activity that extends the activity this code is in.
if(BuildConfig.DEBUG){
Log.d(TAG, this.getClass().getSimpleName() + " - onCreate!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment