New issue
Advanced search Search tips

Issue 921059 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

android web workers do not function when devtools is open

Project Member Reported by evanmoore@google.com, Jan 11

Issue description

Chrome Version: 72.0.3626.53, 73.0.3643.0, 73.0.3667.2
OS: Android 9 on Pixel, and ChromeOS on Pixelbook (the device with devtools open)

What steps will reproduce the problem?
(1) open test page on Android device: mdn.github.io/simple-web-worker
(2) test page functions (and logs) correctly
(3) plug Android device into Pixelbook and inspect via devtools
(4) reload the same test page

What is the expected result?

test page would function as normal. web worker would print its logs.

What happens instead?

test page does not function correctly. web worker does not run (doesn't log, doesn't show up in sources tab, but DOES show up in network tab). so it seems the Worker is constructed, but never executes its code.

note that everything works fine in Chrome Stable on Android (71.0.3578.99), so I'm only seeing this issue in >= 72.0.3626.53

let me know if I can provide any additional info
 

Comment 1 by falken@chromium.org, Jan 16 (6 days ago)

Components: Platform>DevTools>Mobile
Labels: -Pri-3 Pri-1

Comment 2 by l...@chromium.org, Jan 18 (5 days ago)

Owner: dgozman@chromium.org
Status: Assigned (was: Untriaged)
I can reproduce with Chrome Canary on Android.  Narrow bisect to:
https://chromium.googlesource.com/chromium/src/+/ea8b4707ffc2000756fd8bc2537c9994a9c2901f

Desktop Chrome hosts that remote inspect seem to lack Worker logs after the protocol was flattened.

dgozman@, could you please take a look?

Sign in to add a comment