mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-05 06:32:35 +02:00
Log a backtrace on panic
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user