We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e6c6d commit ec23fd8Copy full SHA for ec23fd8
1 file changed
daemon/src/main/kotlin/org/matrix/vector/daemon/VectorDaemon.kt
@@ -59,7 +59,6 @@ object VectorDaemon {
59
}
60
CliSocketServer.start()
61
62
- // Accessing the object triggers the `init` block, reading SQLite instantly.
63
if (PreferenceStore.isLogWatchdogEnabled()) LogcatMonitor.enableWatchdog()
64
// Preload Framework DEX in the background
65
CoroutineScope(Dispatchers.IO).launch {
0 commit comments