JakeWharton / SdkSearch

An Android app and Chrome extension for searching the Android SDK documentation.
Apache License 2.0
2.06k stars 176 forks source link

All transport problems should be grouped to Bugsnag, or not sent #109

Open JakeWharton opened 6 years ago

JakeWharton commented 6 years ago

Right now we just send the raw exception as an info level crash which causes about 20 issues to be tracked based on how it fails. There's two problems here:

JakeWharton commented 6 years ago

Wow this is further complicated by the absence of IOException in the multiplatform common world.