I wonder if KN works well with Firebase Crashlytic...
# kotlin-native
a
I wonder if KN works well with Firebase Crashlytics for iOS or it gives misguided reports?
s
I haven’t tried it but you could always test it out by calling the Crashlytics.sharedInstance().crash() method and see what gets reported. Do it from a button press or some event that takes place after your app has started up, otherwise the app will never get a chance to upload the crash report.
o
In theory it shall work, but practical evaluation would be good
k
I'm trying to test that out. See sample here: http://crashes.to/s/b2cc7daa445
Look at the 3.0.6 version specifically. I don't know what you call the top section with line numbers, but it says "SessionizeArch" lines are missing. However, below that you see those lines. In those reports you can see the method calls in the stack trace. I always screw up the dsym setup with crashlytics, so it could be that files simply aren't being pushed. The missing lines are coming from a framework, and all have dsym generation turned on for debug, but perhaps the fabric script needs to be run on both. Won't find out tonight, though...
❤️ 1
👏 1