gecko-dev/devtools/shared/adb
Julian Descottes 12c3c11f23 Bug 1508956 - Check for ADB runtimes updates periodically;r=daisuke,ladybenko
Depends on D14318. This patch introduces a setInterval to check if
new runtimes have appeared on monitored devices, directly from ADB. This is
one of the scenarios where we don't get an update from ADB. ADB is able to
track devices appearing or disappearing but here we are looking for a new
process, containing a specific string. Out of the box I don't think we can
do anything for this.

Maybe we could ask the devtools server to "broadcast" its presence when it
starts, but at the moment I am not sure how we should implement that.

Differential Revision: https://phabricator.services.mozilla.com/D14324

--HG--
extra : moz-landing-system : lando
2018-12-20 09:25:41 +00:00
..
commands Bug 1507126: Corresponds to USB device disconnection. r=jdescottes 2018-12-19 09:02:23 +00:00
test Bug 1492700 - Fix eslint failure in test_adb.js;r=fix 2018-12-06 10:33:02 -05:00
adb-addon.js Bug 1507071 - Explicitly uninstall valence and adbhelper when starting aboutdebugging and webide;r=ochameau 2018-11-14 15:33:01 +00:00
adb-binary.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
adb-client.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
adb-device.js Bug 1507126: Execute adb shell command to specified device. r=jdescottes 2018-12-18 01:44:15 +00:00
adb-process.js Bug 1492700 - Rename adb.js to adb-process.js and switch to class;r=daisuke 2018-12-05 20:51:58 +00:00
adb-running-checker.js Bug 1481691 - Replace console.log and console.debug with dumpn. r=jdescottes 2018-08-10 16:32:21 +09:00
adb-runtime.js Bug 1507126: Prepare port forwarding for specified device. r=jdescottes 2018-12-18 04:38:51 +00:00
adb-socket.js Bug 1481691 - Drop code and comments for older versions of Firefox. r=jdescottes 2018-08-10 16:32:21 +09:00
adb.js Bug 1508956 - Check for ADB runtimes updates periodically;r=daisuke,ladybenko 2018-12-20 09:25:41 +00:00
moz.build Bug 1492700 - Introduce adb singleton to register adb consumers;r=daisuke 2018-12-06 14:57:03 +00:00