firebase / firebase/firebase-ios-sdk
Add SIGPIPE handling
Open
api: crashlytics
type: feature request
- Dominant language
- C++
- Stars
- 6.7k
- Forks
- 1.8k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 75
Description
### 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
Contributor guide
Assessment
This issue has not been assessed yet.