You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If using chrome://inspect to do port forwarding and/or remote inspection of Chrome on a device, Perfetto will fail to record traces on the device with this unhelpful error:
A WebUSB error occurred
✕
Is adb already running on the host? Run this command and try again.
> adb kill-server
For details see b/159048331
At the very least, this error message could be improved for non-googlers. But ideally, it would be able to work simultaneously. If that's not possible, it would be nice at least if Perfetto could do port forwarding itself.
The text was updated successfully, but these errors were encountered:
I'm not sure that is really fixable (other than improving the error message).
Chroem://inspect uses webusb and takes exclusive access of the USB interface for ADB.
Perfetto wants to do the same.
You can't have both at the same time. Not without some quite convoluted work across chrome://inspect and perfetto, which nobody will probably ever get to.
If using chrome://inspect to do port forwarding and/or remote inspection of Chrome on a device, Perfetto will fail to record traces on the device with this unhelpful error:
At the very least, this error message could be improved for non-googlers. But ideally, it would be able to work simultaneously. If that's not possible, it would be nice at least if Perfetto could do port forwarding itself.
The text was updated successfully, but these errors were encountered: