Skip to content

Commit 5757789

Browse files
authored
Add extra logs to help debug session restoration failures (#1701)
1 parent 6bf400c commit 5757789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appnav/src/main/kotlin/io/element/android/appnav/di/MatrixClientsHolder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class MatrixClientsHolder @Inject constructor(private val authenticationService:
9292
sessionIdsToMatrixClient[matrixClient.sessionId] = matrixClient
9393
}
9494
.onFailure {
95-
Timber.e("Fail to restore session")
95+
Timber.e(it, "Fail to restore session")
9696
}
9797
}
9898
}

0 commit comments

Comments
 (0)