You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have recently deployed an application to Apple's App Store for iOS and are getting a small number of crashes in Crashlytics that may be caused by taking a backtrace using backtrace-rs.
Unfortunately the crash doesn't contain much information, except for this:
I have tried to research what might be causing this, but I am at a loss. I don't want the application to crash, I just want to print the backtrace of the error as it occurs.
Our app targets iOS 15 and iOS16, but so far we have only got crash reports for iOS 15.
Should I be able to do this? Should I disable backtrace capture on iOS?
The text was updated successfully, but these errors were encountered:
bes
changed the title
Backtrace crashes on iOS?
Backtrace crashes on iOS 15?
Mar 28, 2023
Hello,
We have recently deployed an application to Apple's App Store for iOS and are getting a small number of crashes in Crashlytics that may be caused by taking a backtrace using
backtrace-rs
.Unfortunately the crash doesn't contain much information, except for this:
I have tried to research what might be causing this, but I am at a loss. I don't want the application to crash, I just want to print the backtrace of the error as it occurs.
Our app targets iOS 15 and iOS16, but so far we have only got crash reports for iOS 15.
Should I be able to do this? Should I disable backtrace capture on iOS?
The text was updated successfully, but these errors were encountered: