I have a crash when an error occurs outside the ma...
# kotlin-native
r
I have a crash when an error occurs outside the main thread and I try to log it to Bugsnag. It crashes when it calls this function https://github.com/bugsnag/bugsnag-cocoa/blob/master/Bugsnag/Payload/BugsnagBreadcrumb.m#L92
k
Where’s this coming from?
KotlinMutableDictionary
I’d guess if you add breadcrumbs you’ll need to freeze what you’re adding. I only use strings for crash logging so haven’t run into this
r
I don’t know I’m just expecting this to be one of the two
NSMutableDictionary
referenced in the linked function