Created
January 15, 2015 11:01
-
-
Save Aracem/24f9286f7146e8a98a9b to your computer and use it in GitHub Desktop.
Android Studio Live Template to put timber logs (for D)
This file contains 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
/** | |
* Template to put the annoying timber.d ... | |
* | |
* Declaration: Java - Expression | |
* Variables: | |
* $TYPE$ expresion empty, default value "" | |
* | |
* Follow this instruction to add it to Android Studio | |
* http://dmytrodanylyk.com/pages/blog/templates.html | |
*/ | |
Timber.tag("").d($TYPE$); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment