firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Add SIGPIPE handling
Feature proposal
- Firebase Component: Firebase Crashlytics
If error is not handled directly in client code an error in socket or pipe write may cause a SIGPIPE signal. Eventually the app will crash without a trace. Additionally, Microsoft crashreporter already has SIGPIPE handling https://github.com/microsoft/plcrashreporter/search?q=SIGPIPE
I found a few problems with this issue:
- I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
- This issue does not seem to follow the issue template. Make sure you provide all the required information.