use of com.donnfelker.android.bootstrap.logging.CrashlyticsTree in project android-bootstrap by AndroidBootstrap.
the class BootstrapApplicationImpl method init.
@Override
protected void init() {
// Start Crashlytics.
Fabric.with(this, new Crashlytics());
// Set the type of logger, crashlytics in release mode
Timber.plant(new CrashlyticsTree());
}
Aggregations