pusher / push-notifications-android

Android SDK for Pusher Beams
https://www.pusher.com/beams
MIT License
21 stars 22 forks source link

Further protect against parsing exceptions as they are best effort #85

Closed luismfonseca closed 5 years ago

luismfonseca commented 5 years ago

Fixes #84.

I think our internal testing only showed JsonDataException, but looking at the library, it's feasible that it might also throw JsonEncodingException.

We should handle both the same way.