Skip to content

Commit 7cf9d4d

Browse files
committed
added link to crashkios source
1 parent a9af378 commit 7cf9d4d

File tree

1 file changed

+2
-0
lines changed
  • crash-reporting-core/src/iosMain/kotlin/dev/icerock/moko/crashreporting/core

1 file changed

+2
-0
lines changed

crash-reporting-core/src/iosMain/kotlin/dev/icerock/moko/crashreporting/core/getStackTrace.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
package dev.icerock.moko.crashreporting.core
66

7+
// Based on Touchlab CrashKiOS (https://github.com/touchlab/CrashKiOS)
8+
79
fun CrashReportingCore.getStackTrace(throwable: Throwable): List<Long> {
810

911
val addresses: List<Long> = throwable.getStackTraceAddresses()

0 commit comments

Comments
 (0)