How to recover the coroutine's true call trace?

后端 未结 3 2073
醉梦人生
醉梦人生 2021-02-06 06:20

This is a painfully familiar problem to anyone working with async APIs: when your call encounters a failure, the async library\'s private thread detects it, creates an exception

3条回答
  •  渐次进展
    2021-02-06 06:39

    Kotlin plugin for IntelliJ IDEA provides this possibility since version 1.4 (for versions 1.3.8 or later of kotlinx-coroutines-core).

提交回复
热议问题