Skip to content

Instantly share code, notes, and snippets.

@Aracem
Created January 15, 2015 11:01
Show Gist options
  • Save Aracem/24f9286f7146e8a98a9b to your computer and use it in GitHub Desktop.
Save Aracem/24f9286f7146e8a98a9b to your computer and use it in GitHub Desktop.
Android Studio Live Template to put timber logs (for D)
/**
* 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