We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca6246 commit 17b9702Copy full SHA for 17b9702
app/src/main/kotlin/io/element/android/x/initializer/TracingInitializer.kt
@@ -31,7 +31,7 @@ class TracingInitializer : Initializer<Unit> {
31
val preferencesStore = appBindings.preferencesStore()
32
val logLevel = runBlocking { preferencesStore.getTracingLogLevelFlow().first() }
33
val tracingConfiguration = TracingConfiguration(
34
- writesToLogcat = BuildConfig.DEBUG,
+ writesToLogcat = true,
35
writesToFilesConfiguration = defaultWriteToDiskConfiguration(bugReporter),
36
logLevel = logLevel,
37
extraTargets = listOf(ELEMENT_X_TARGET),
0 commit comments