-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashlytics AW Sigaction crash fix #6434 #6436
Conversation
Pulling updates
Pulling master
Bugfix/aw signal crash
Thanks for the fix! Please fix the CI failures and add a note to https://github.com/firebase/firebase-ios-sdk/blob/master/Crashlytics/CHANGELOG.md. |
@paulb777 looks like there might be an issue with execution policy for tvos? Not able to see the details of why it is failing. |
@jostster Running
It looks like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jostster! LGTM
Assigning to the Crashlytics team for review and approval.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one ask for a comment - LGTM! 🚢
Added comment for signal support
Comment added per review |
Should be good to merge when you're ready @jostster 👍 |
@samedson I don't have write access so cannot merge. |
Woops alright I got you! |
This fixes the crashlytics crash on apple watch, which doesn't support sigaction. Fix #6434