|
|
|
|
|
by whalesalad
2248 days ago
|
|
> It's unreasonable to expect a developer to accommodate for the failure of any SDK call. This is not even remotely close to unreasonable. In fact, it is the opposite. Doordash, Uber, Lyft etc. are completely dead on arrival due to a remote bug that could have easily been protected against. During SDK initialization, if shit hits the fan, pull the chute and inform the user that things cannot proceed. Easy as pie. If you do not have that level of control or the foresight/wisdom to implement, well yep you are going to be the victim of a situation like this. And if you are the mobile lead at any of the aforementioned companies I can guarantee your head is gonna be on a stick by 5pm. |
|
From https://issuetracker.google.com/issues/154855417#comment39
> This happens even with a MapView.onCreate call for me, even when encased in a try / catch error. So beyond the fact that Google Maps isn't working, the Google Maps library isn't handling the error throwing properly and is bypassing the app's ability to catch errors.
From https://issuetracker.google.com/issues/154855417#comment86
> instead of crashing the app even though try/catch is used and this cryptic message cited above.