Status Update
Comments
bu...@chromium.org <bu...@chromium.org> #2
I notice the same issue and LogCat shows the following message:
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
cw...@bloomberg.net <cw...@bloomberg.net> #3
Same here.
"Google Play services out of date. Requires 3159100 but found 3136130"
"Google Play services out of date. Requires 3159100 but found 3136130"
pe...@google.com <pe...@google.com> #4
me as well....
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
bu...@chromium.org <bu...@chromium.org> #5
I was hopeful that the release of API 18 (4.3) would have created a solution to this, unfortunately it includes version 3158130
cw...@bloomberg.net <cw...@bloomberg.net> #6
Having the same issue:
07-25 00:03:54.998: W/GooglePlayServicesUtil(27293): Google Play services out of date. Requires 3159100 but found 3158130
07-25 00:03:54.998: W/GooglePlayServicesUtil(27293): Google Play services out of date. Requires 3159100 but found 3158130
Description
Chrome Version: 133.0.6943.55 (Official Build) (arm64)
OS: macOS 15.3
What steps will reproduce the problem?
Run the following snippet in Chrome and open DevTools with "Pause on uncaught exception" enabled.
What is the expected result?
Pause on
throw new Error('foobar');
.What happens instead?
The throw statement is been highlighted with error only. It's not been paused.
Removing the script
type="module"
can also cause a pause on the throw statement.Additional information