ios - Why Swift crash report doesn't show the exception name? -
i'm checking crash report on crashlytics.
for crashes there clear message like:
*** -[__nsarrayi objectatindex:]: index 13 beyond bounds [0 .. 12]
but other crashes have function name , message:
crashed: com.apple.main-thread exc_breakpoint 0x00000001001f3938
is there can increase verbosity of crash log?
Comments
Post a Comment