Enable USB Debugging is not working on M1 mac
Categories
(DevTools :: about:debugging, defect, P2)
Tracking
(Not tracked)
People
(Reporter: jdescottes, Unassigned)
References
(Depends on 1 open bug)
Details
STRs:
- on a M1 mac, with a fresh profile
- open about:debugging#/setup
- click "Enable USB Devices"
Expected:
USB should be enabled in the sidebar
Actual:
USB remains disabled
As a workaround you can install adb on the side and start the daemon manually, the existing adb process will then be reused by about:debugging. But we should still fix this. I imagine the version of ADB we ship with the extension is not compatible with M1 macs.
Reporter | ||
Comment 1•3 years ago
|
||
Error logs show Error: ADB Process didn't start
from https://searchfox.org/mozilla-central/rev/c11f54459452dd2f9ab2f9bec4ae03127897d256/devtools/client/shared/remote-debugging/adb/adb-process.js#124
The actual error is Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProcess.runAsync]
from process.runAsync
Comment 2•3 years ago
|
||
The severity field is not set for this bug.
:jdescottes, could you have a look please?
For more information, please visit auto_nag documentation.
Reporter | ||
Updated•3 years ago
|
Reporter | ||
Comment 4•2 years ago
|
||
Anyone blocked by this, you can install adb separately and run adb start-server
. about:debugging should be able to reuse your currently installed adb.
Description
•