Iike `suspend` if something goes wrong inside `com...
# compose
z
Iike
suspend
if something goes wrong inside
composable
function and app crashes then AS don’t provide any fatal error in the logcat. Is there any way to get the fatal report from AS?
g
When suspend throws and crashes the app you have proper stack trace (especially if coroutines debug is enabled)
z
Do I need to do anything special to get the stack trace?
g
I don’t think so
could you show actual crash report?
because if application crashed, it should print fatal exception