You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throwables passed into logging functions on Darwin platforms will not print a stacktrace. There is simply no code that uses the KLoggingEventBuilder.cause on Darwin. This could potentially be resolved with Kotlin's Throwable.stackTraceToString(), which is available on Darwin (and all platforms).
The text was updated successfully, but these errors were encountered:
Throwable
s passed into logging functions on Darwin platforms will not print a stacktrace. There is simply no code that uses theKLoggingEventBuilder.cause
on Darwin. This could potentially be resolved with Kotlin'sThrowable.stackTraceToString()
, which is available on Darwin (and all platforms).The text was updated successfully, but these errors were encountered: