mozilla-mobile / telemetry-ios

A generic library for sending telemetry pings from iOS applications to Mozilla's telemetry service.
Mozilla Public License 2.0
28 stars 23 forks source link

Don't report NSError for network connection problems #72

Closed garvankeeley closed 7 years ago

garvankeeley commented 7 years ago

Part of https://bugzilla.mozilla.org/show_bug.cgi?id=1411389

Due to change of notificationUploadError to notificationReportError, also need a patch in Firefox iOS.

We can start using this report(error:) function in places where unhandled errors are printed.