Hi everyone, > So once the dust settles, > > Remote Debugging will control both remote debugging and ADB > > Remote Debugging/ADB will be off by default for user builds > Remote Debugging/ADB will be on by default for all others (eng and > userdebug)
Reality is slightly different due to some Marionette breakage. So the new way will be: For user builds (i.e. dogfooders, production): - Remote debugging and ADB will be off by default, and both will be controlled by the remote debugger setting in the settings app. For non-user builds: -Remote debugging will be off by default. Only Remote debugging will be controlled by the remote debugger setting in the settings app. - ADB will be on all the time. It turns out that marionette requires adb to be on and remote debugging to be off, which was in fundamental conflict with trying to link the two through a common setting. This new way will take effect once bugs 836973 and 837001 are fully landed. Dave Hylands _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
