Anamorphosee / stacktrace-decoroutinator

Small lib for recovering stack trace in exceptions thrown in Kotlin coroutines
Apache License 2.0
158 stars 4 forks source link

Exclude instrumented BaseContinuationImpl from the classpath #8

Closed Anamorphosee closed 2 years ago

Anamorphosee commented 2 years ago

It would be better to exclude the instrumented class kotlin.coroutines.jvm.internal.BaseContinuationImpl from the classpath. And load it on demand (in DecoroutinatorRuntime.load() method).

That will allow to completely eliminate the effect of SD if it's required.

Anamorphosee commented 2 years ago

released in 2.3.1