mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 10:55:55 +03:00
crypto: Clean up some log lines
This commit is contained in:
parent
2805772d0a
commit
0afdcb35f1
1 changed files with 2 additions and 4 deletions
|
@ -323,15 +323,13 @@ internal class DefaultCryptoService @Inject constructor(
|
|||
return
|
||||
}
|
||||
isStarting.set(true)
|
||||
Timber.v("HELLLO WORLD STARTING CRYPTO")
|
||||
|
||||
try {
|
||||
setRustLogger()
|
||||
olmMachine = OlmMachine(userId, deviceId!!, dataDir, deviceObserver)
|
||||
|
||||
Timber.v("HELLLO WORLD STARTING $dataDir CRYPTO ${olmMachine?.identityKeys()}")
|
||||
Timber.v("Successfully started up an Olm machine, identity keys: ${olmMachine?.identityKeys()}")
|
||||
} catch (throwable: Throwable) {
|
||||
Timber.v("HELLLO WORLD FAILED CRYPTO $throwable")
|
||||
Timber.v("Failed create an Olm machine: $throwable")
|
||||
}
|
||||
|
||||
// Open the store
|
||||
|
|
Loading…
Reference in a new issue