Hi, everyone. I've just released <Decoroutinator v...
# feed
r
Hi, everyone. I've just released Decoroutinator version 2.5.4 - a library for recovering stack traces in Kotlin coroutines. This release adds the ability to embed DebugProbes for Android.
K 17
u
I guess, many have been waiting for that. Cool tool. Here comes a question though. As decoroutinating is pretty invasive on Android, can it be disabled for release builds? Or be selctively enabled for some flavours only? Or do you advise on releasng with decoroutination enabled?
u
Thanks for your quick reply. The point is, I want to have it in the app (not tests) but only during development. Not in the release.
r
u
Ah, cool. I think I will go with that for now. It would still be cool as a future feature if the decoroutination could be applied to certain build artifacts only. Many thanks.
👍 1