utopia-rise / godot-kotlin-jvm

Godot Kotlin JVM Module
MIT License
613 stars 44 forks source link

Fix exception describe #642

Closed chippmann closed 2 months ago

chippmann commented 4 months ago

This fixes the spawning of jni warning logs when grabbing the stacktrace from the jvm.

When implementing it initially, i did not notice the spam of errors as i checked one exception. But if there are more than one (let's say in a progress call) then the console is spammed with jni warnings for not checked exceptions.