Add extra logs to help debug session restoration failures (#1701)
This commit is contained in:
parent
6bf400c8c5
commit
5757789d29
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class MatrixClientsHolder @Inject constructor(private val authenticationService:
|
|||
sessionIdsToMatrixClient[matrixClient.sessionId] = matrixClient
|
||||
}
|
||||
.onFailure {
|
||||
Timber.e("Fail to restore session")
|
||||
Timber.e(it, "Fail to restore session")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue