Live data from Hacker News

Google confirms an issue with WebView is crashing many Android apps (Fixed)

xda-developers.com

41–45 of 45 posts

Re: Google confirms an issue with WebView is crashing many Android apps (Fixed)

#41
post #33

Earlier quoted context omitted.

I assume that this is uninstalling updates, which means that you are back to the WebView that came with your phone. This obviously opens a whole new can of worms as now you may be years of security updates behind. I really wish that popular stores had an option to roll back one version until the next update came out.

This is why auto-update is turned off for me. You just cant trust blindly updating things because there is no undo button for breaking changes.

How do you evaluate updates? And how do you rollback? It seems like you are still basically relying on "find the APK somewhere" for rollbacks still.

Re: Google confirms an issue with WebView is crashing many Android apps (Fixed)

#42
post #15
post #8

How does something like this make it to production? I couldn't reply to any work emails for the greater part of the evening yesterday. Adds more evidence to the case of "never use Google for your business".

You never made a mistake that made it through your test suite to production?

Google is known to A/B test about everything, also, they very often release new updates to core features like this to 0.01% of users first.

So it is very weird that they released this so (apparently?) a big chunk of their users

Re: Google confirms an issue with WebView is crashing many Android apps (Fixed)

#43

I wonder if Google's QA is getting worse. I had a broken Android Google Maps update last week where street view had multiple severe bugs: it didn't even show the blue lines when enabling the street view layer, split screen didn't show the marker for the virtual observer's location, and tapping in the map in split screen just rotated the view instead of moving the viewer to the new location. Something this broken shou…

I attended a webinar from a famous e-commerce platform. They mentioned that they no longer have QA and make use of CI/CD pipelines (edit: canary deployment, feature flags, etc.) to move fast and break things. I assumed that everyone else no longer has QA and just pushes emergency fixes in a JIT fashion. I also assumed that our company is traditional and backwards for still having QA.

Dedicated QA is amazing and it blows my mind that people think that CI is a 1:1 replacement. CI is great, but testing is for the bugs you anticipate. Good QA people find all the bugs you never even thought of.

Re: Google confirms an issue with WebView is crashing many Android apps (Fixed)

#44
post #33

Earlier quoted context omitted.

This is why auto-update is turned off for me. You just cant trust blindly updating things because there is no undo button for breaking changes.

How do you evaluate updates? And how do you rollback? It seems like you are still basically relying on "find the APK somewhere" for rollbacks still.

Really if I do not need new functionality and it's not a sensitive app (i.e. one that deals with funds, email, text, etc..) I just dont. Some of my APKs are REALLY REALLY old. If i get a new phone, I save them off and roll them over.

If its for an app that has potentially significant security issues I'll wait a while and monitor the reviews and check the web before I update (I'll also backup the installed APK before updating) so I can rollback if I need to. But the number of apps on my phone for this is very slim.

Re: Google confirms an issue with WebView is crashing many Android apps (Fixed)

#45
post #15
post #8

How does something like this make it to production? I couldn't reply to any work emails for the greater part of the evening yesterday. Adds more evidence to the case of "never use Google for your business".

You never made a mistake that made it through your test suite to production?

Google products don't really need to move "fast and break" things anymore, they just need to work.
Post reply on HN