Search in sources :

Example 1 with CrashlyticsTree

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());
}
Also used : CrashlyticsTree(com.donnfelker.android.bootstrap.logging.CrashlyticsTree) Crashlytics(com.crashlytics.android.Crashlytics)

Aggregations

Crashlytics (com.crashlytics.android.Crashlytics)1 CrashlyticsTree (com.donnfelker.android.bootstrap.logging.CrashlyticsTree)1