We have a iOS library written in Kotlin and we have a few customers that uses it on production. On of our client is getting crash reports from users related to our library (crash report and integration code in thread). From the code and crash reports it is very hard to tell what could go wrong - the crash happens in during the initialization process of class that keeps reference to the our library’s main class. The first line from the crash report is:
However I don’t have a crash message, so I can’t be sure what might go wrong there.
Is there any way to investigate this problem? Did you ever see something similar to this? The crashes are not reproducible by the client, but it affects like 70 users
Can one of the methods your code is calling throw an exception that you may not be handling?
k
KamilH
06/08/2021, 12:26 PM
I checked it pretty deeply and I don’t think there is such a place in the library’s code. From the crash report it looks like the root of the crash is in the