Skip to main content
Manusで任意のスキルを実行
ワンクリックで

android-coroutine-trace

// Use to find stuck coroutines, leaked jobs, and suspended awaits with no resumer — the concurrency bugs that don't crash but cause hangs, missing UI updates, or memory creep. Ephemerally add `kotlinx-coroutines-debug`, install `DebugProbes` in `Application.onCreate`, run the suspect flow, dump active coroutines with stack traces, fix, then remove the dependency and the install/dump calls. Reach for this when `Log.d` shows a `launch` ran but `collect` never received, or a screen leaves and something keeps running.

$ git log --oneline --stat
stars:6
forks:0
updated:2026年5月20日 19:51
SKILL.md
readonly