Skip to content

Instantly share code, notes, and snippets.

@jedsada-gh
Forked from PondThaitay/MyApplication.class
Created February 7, 2017 13:50
Show Gist options
  • Save jedsada-gh/e7e596e4da75c1f22c9903cffb116644 to your computer and use it in GitHub Desktop.
Save jedsada-gh/e7e596e4da75c1f22c9903cffb116644 to your computer and use it in GitHub Desktop.
public class MyApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
if (BuildConfig.DEBUG)
Timber.plant(new Timber.DebugTree());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment