iOS crash report, was active?

When retrieving a crash report from a iOS device, there is a label named “was active”, what exactly does it mean? Does it indicate whether its the thread that is active or not? or the app?

That is supposed to indicate that the thread was scheduled when it crashed as identified by KSCrash.

Hello @mitsuhiko , ‘does the thread was scheduled’ here means that the app was in the background ?

crashed=yes means that this is the thread that captured the event.
was active=no means that the App was likely in the background.

1 Like

I’m not sure how accurate was active is, since we had a crash come with was active set to false that seemed to happen while the user had the app in the foreground