Loading app/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ dependencies { implementation 'androidx.test:core:1.4.0' implementation 'com.jakewharton.timber:timber:5.0.1' implementation 'foundation.e:elib:0.0.1-alpha11' implementation 'foundation.e.lib:telemetry:0.0.4-alpha' implementation 'foundation.e.lib:telemetry:0.0.7-alpha' androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test:rules:1.4.0' Loading app/src/main/java/foundation/e/drive/EdriveApplication.java +2 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ import foundation.e.drive.services.SynchronizationService; import foundation.e.drive.utils.AppConstants; import foundation.e.drive.utils.CommonUtils; import foundation.e.drive.utils.ReleaseTree; import foundation.e.lib.telemetry.Telemetry; import timber.log.Timber; import static timber.log.Timber.DebugTree; Loading @@ -43,6 +44,7 @@ public class EdriveApplication extends Application { if (BuildConfig.DEBUG) { Timber.plant(new DebugTree()); } else { Telemetry.init(BuildConfig.SENTRY_DSN, this, true); Timber.plant(new ReleaseTree()); } Timber.tag("EdriveApplication"); Loading Loading
app/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ dependencies { implementation 'androidx.test:core:1.4.0' implementation 'com.jakewharton.timber:timber:5.0.1' implementation 'foundation.e:elib:0.0.1-alpha11' implementation 'foundation.e.lib:telemetry:0.0.4-alpha' implementation 'foundation.e.lib:telemetry:0.0.7-alpha' androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test:rules:1.4.0' Loading
app/src/main/java/foundation/e/drive/EdriveApplication.java +2 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ import foundation.e.drive.services.SynchronizationService; import foundation.e.drive.utils.AppConstants; import foundation.e.drive.utils.CommonUtils; import foundation.e.drive.utils.ReleaseTree; import foundation.e.lib.telemetry.Telemetry; import timber.log.Timber; import static timber.log.Timber.DebugTree; Loading @@ -43,6 +44,7 @@ public class EdriveApplication extends Application { if (BuildConfig.DEBUG) { Timber.plant(new DebugTree()); } else { Telemetry.init(BuildConfig.SENTRY_DSN, this, true); Timber.plant(new ReleaseTree()); } Timber.tag("EdriveApplication"); Loading