From 32eaa2611aff274e1c1108824fce265011570ce4 Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Mon, 6 Apr 2020 20:54:53 +0300 Subject: [PATCH] Common printStackTrace KT-38044 (cherry picked from commit ba645dfd17d163efbabd4baa4126ba4d5598a306) --- runtime/src/main/kotlin/kotlin/Throwable.kt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/runtime/src/main/kotlin/kotlin/Throwable.kt b/runtime/src/main/kotlin/kotlin/Throwable.kt index ce9ec8d9c9f..55dc6e660cb 100644 --- a/runtime/src/main/kotlin/kotlin/Throwable.kt +++ b/runtime/src/main/kotlin/kotlin/Throwable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license + * Copyright 2010-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license * that can be found in the LICENSE file. */ @@ -157,6 +157,14 @@ private external fun getStackTraceStrings(stackTrace: NativePtrArray): Array