Skip to content

Instantly share code, notes, and snippets.

@vicky7230
Created June 3, 2017 19:19
Show Gist options
  • Save vicky7230/e9283c7dfd6c6f643ddfcc6a00e09dd4 to your computer and use it in GitHub Desktop.
Save vicky7230/e9283c7dfd6c6f643ddfcc6a00e09dd4 to your computer and use it in GitHub Desktop.
public class MyApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
Timber.plant(new FileLoggingTree(getApplicationContext()));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment