Google Analytics Crash and Exception report - ios

I wrote below code for Google analytics crash report.
GAI.sharedInstance().trackUncaughtExceptions = true
I am trying to generate crash report. I kept some code which is causing App crash but i can't see any report in behavior -> crash and exception.
Could you please suggest?

Related

WebKitLegacy Crash in iOS

I am getting some crash reports as following on Firebase Crashlytics. Unable to reproduce from our side. Is there any way to check this crash? or any reason?
enter image description here

iOS Swift: Reading Logger logs in crash report

I have a crash report sent over TestFlight. Is it possible to read my logs from this crash report?
I had default logs in my code written using Logger like this:
let logger = Logger()
logger.log(">> THIS IS A LOG MESSAGE")
I tried "Show Package Content" of the crash report and went to the logs, but I could only see how the crash happened without my logs. Is there anyway to show my logs in crash reports?

TestFlight not providing crash log

For a certain crash I am only getting TestFlight feedback and not the crash log. Meaning I cannot open the crash in Xcode to figure out what the issue is. Is there a reason for this?
How can I get the crash log?

iOS app reported to be crashing by some end user. No clue on how to exploit crash report

Some end users report a crash on published application.
In spite of all our efforts, no way to reproduce it. And crash reports from Xcode do not help much.
All that we have is: "FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK"
See joined picture.
see here details of the crash as reported in Xcode

Could not find crash in Symbolicating iPhone App Crash Reports

Sample Iphone App Crash Report
Hi this is Symbolicating iPhone App Crash Reports image. I could not found where is crash so can u help me find crash
Use Symbolicatecrash tool, you can check the link to know how to use the tool to symbolicate your crash report.
As far as your crash is concern, it happened in thread 0 however to know exactly what went wrong in code, you need to symbolicate your crash because crash log is only showing addresses.

Resources