Tracking JSI exceptions #5348
Replies: 1 comment 4 replies
-
I may be misunderstanding, but I thought this was what crashlytics NDK reporting was for? Not sure if it is still enabled by default as indicated above, it may actually require a slightly different configuration - it has not been a need of mine so I have not explored it much sorry, but that is supposed to be how these are reported to crashlytics? Of course there is also play store console but that's no fun as it is effectively a separate crash database and looking at two is a terrible workflow - I'm not suggesting it as a solution, just as a temporary idea I would love to hear if - now that you can reproduce this locally - you can get crashlytics NDK reporting going, and if there are any documentation updates needed it would be fantastic if we could collaborate to get them up to date + correct |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We're using reanimated 2, and we had quite a big bug when going in production with it. It raised lots of "libc.so" crashes with which we cannot do anything. After efforts, we successfully reproduced the problem on a device, and in the logs I see something like this, just before the SIGABRT :
So I was wondering if we could catch the JS exceptions rethrown by JSI and send them to crashlytics? What do you think?
Beta Was this translation helpful? Give feedback.
All reactions