Log a backtrace on panic

This commit is contained in:
marc-signal
2026-03-31 12:12:40 -04:00
committed by GitHub
parent 1bca413376
commit 400a021c2b
7 changed files with 94 additions and 4 deletions

View File

@@ -42,12 +42,13 @@ sourceSets {
dependencies {
testImplementation 'junit:junit:4.13'
testImplementation 'org.jetbrains.kotlin:kotlin-test:2.1.0'
}
test {
jvmArgs '-Xcheck:jni'
testLogging {
events 'passed','skipped','failed'
events 'passed', 'skipped', 'failed'
showStandardStreams = true
showExceptions = true
exceptionFormat = 'full'