We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b52701 commit ddee90bCopy full SHA for ddee90b
kotlinx-coroutines-core/jvm/src/debug/AgentPremain.kt
@@ -36,8 +36,7 @@ internal object AgentPremain {
36
protectionDomain: ProtectionDomain,
37
classfileBuffer: ByteArray?
38
): ByteArray? {
39
- val name = className.replace("/", ".")
40
- if (name != "kotlin.coroutines.jvm.internal.DebugProbesKt") {
+ if (className != "kotlin/coroutines/jvm/internal/DebugProbesKt") {
41
return null
42
}
43
/*
0 commit comments