firebase-ios-sdk icon indicating copy to clipboard operation
firebase-ios-sdk copied to clipboard

Add SIGPIPE handling

Open wowlocal opened this issue 3 years ago • 1 comments

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

wowlocal avatar Jul 14 '22 22:07 wowlocal

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.

google-oss-bot avatar Jul 14 '22 22:07 google-oss-bot