From 4a8304b422cdf7ce7320eefb5efba369d6519d4c Mon Sep 17 00:00:00 2001 From: Avently <7953703+avently@users.noreply.github.com> Date: Tue, 21 Jan 2025 18:56:52 +0700 Subject: [PATCH] stacktrace --- .../kotlin/chat/simplex/common/views/chat/ChatInfoView.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatInfoView.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatInfoView.kt index 26fbefdf5c..7449167874 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatInfoView.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatInfoView.kt @@ -1411,7 +1411,7 @@ private suspend fun afterSetChatTTL(rhId: Long?, chatInfo: ChatInfo, progressInd pagination = pagination ) } catch (e: Exception) { - Log.e(TAG, "apiGetChat error: ${e.message}") + Log.e(TAG, "apiGetChat error: ${e.stackTraceToString()}") } finally { progressIndicator.value = false }