Created
December 22, 2014 11:26
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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