Skip to content

Commit 17b9702

Browse files
committed
Enable printing logs to logcat in nightly and release builds
1 parent 3ca6246 commit 17b9702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/io/element/android/x/initializer/TracingInitializer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class TracingInitializer : Initializer<Unit> {
3131
val preferencesStore = appBindings.preferencesStore()
3232
val logLevel = runBlocking { preferencesStore.getTracingLogLevelFlow().first() }
3333
val tracingConfiguration = TracingConfiguration(
34-
writesToLogcat = BuildConfig.DEBUG,
34+
writesToLogcat = true,
3535
writesToFilesConfiguration = defaultWriteToDiskConfiguration(bugReporter),
3636
logLevel = logLevel,
3737
extraTargets = listOf(ELEMENT_X_TARGET),

0 commit comments

Comments
 (0)