mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
* It's faster than computing coroutine stack trace for each coroutine separately. * Coroutine dump will be evaluated together with stack traces even if the vm threads were resumed (by ThreadBlockedMonitor e.g.). * lastObservedStackTrace is not a lazy property of DebugCoroutineInfo, so it's already computed on the library side when the dump is taken. GitOrigin-RevId: 07c41bbe1e2682b431aedb6ffc70ba8331cf1765