Add extra logs to help debug session restoration failures (#1701)
This commit is contained in:
parent
7243f4c0f8
commit
97559ee172
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class MatrixClientsHolder @Inject constructor(private val authenticationService:
|
||||||
sessionIdsToMatrixClient[matrixClient.sessionId] = matrixClient
|
sessionIdsToMatrixClient[matrixClient.sessionId] = matrixClient
|
||||||
}
|
}
|
||||||
.onFailure {
|
.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