Join Slack
Powered by
I have a crash when an error occurs outside the ma...
# kotlin-native
r
ribesg
10/15/2020, 2:36 PM
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
Sans titre
k
kpgalligan
10/15/2020, 4:21 PM
Where’s this coming from?
KotlinMutableDictionary
kpgalligan
10/15/2020, 4:23 PM
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
ribesg
10/15/2020, 4:28 PM
I don’t know I’m just expecting this to be one of the two
NSMutableDictionary
referenced in the linked function
4
Views
Open in Slack
Previous
Next