Skip to content

Commit dc64c80

Browse files
committed
Restore the 'dumpCoroutines' function's name
1 parent 0a19a24 commit dc64c80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kotlinx-coroutines-core/jvm/src/debug/internal/DebugProbesImpl.kt

+1
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ internal object DebugProbesImpl {
246246
fun dumpDebuggerInfo(): List<DebuggerInfo> =
247247
dumpCoroutinesInfoImpl { owner, context -> DebuggerInfo(owner.info, context) }
248248

249+
@JvmName("dumpCoroutines")
249250
internal fun dumpCoroutines(out: PrintStream): Unit = synchronized(out) {
250251
/*
251252
* This method synchronizes both on `out` and `this` for a reason:

0 commit comments

Comments
 (0)