Questions tagged [native-crash-reporting]

3 questions
3
votes
1 answer

A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x740078008d

We are getting the crash mentioned in the title. It occurs quite often and randomly. It seem to occur only on Android 11. I have the tombstone file, which I paste below. But I am having issues also using ndk-stack, because when issuing the…
0
votes
0 answers

Set up automatic uploading of native symbols for BUILD_VARIANT

I am currently integrating firebase crashlytics for my native code. In firebase native crashlytics documentation, I have found step number 4, now can anyone help me how I can upload a native symbol in my project according to step number 4? I'm…
0
votes
1 answer

Xamarin forms: Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation

I am getting below exception when I test my app on a real iPhone device. But the same feature is working fine on android devices and ios simulators. Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the…