Hi, We are about to land a patch that will require new adb forward parameters when accessing devtools remote protocol from your computer. So if for some reason, you can't use remote debugging, please remind to change to the new command.
So, instead of running: adb forward tcp:6000 tcp:6000 you will now have to execute: adb forward tcp:6000 localfilesystem:/data/local/debugger-socket That modification has been required for security reason, and is going to allow us to offer apps debugging on devices. More information on bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=832000 https://bugzilla.mozilla.org/show_bug.cgi?id=914239 ++ Alex _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
