commit | 683fea0cd81584c989bebed44ffeda18a18d20b6 | [log] [tgz] |
---|---|---|
author | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Wed Oct 14 09:53:55 2015 -0700 |
committer | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Wed Oct 14 09:53:55 2015 -0700 |
tree | f00a100cb79683c2b4afcc3f53b70fc0bf8976f3 | |
parent | 10855f4200268b8c7869861b2d2f1d590bc07c73 [diff] |
mojo_run: support parallel Android runs of mojo_run. This patch adds a `--free-host-ports` flag to devtools that allows to run dev servers on system-allocated ports (so that we can have parallel runs) while still using fixed ports on the device (so that the caching still works). Running with `--free-host-ports` makes `adb_remote_setup` unable to work correctly, which is why this is being introduced behind a flag. Fixes #470. R=qsr@chromium.org Review URL: https://codereview.chromium.org/1397193005 . Cr-Mirrored-From: https://github.com/domokit/mojo Cr-Mirrored-Commit: eec06de72752abcae761e709de28e9eebd3fa52a
Unopinionated tools for running, debugging, testing and benchmarking Mojo apps.
git clone https://github.com/domokit/devtools.git
Devtools offers the following tools:
mojo_run
- documentation - shell runnermojo_debug
- documentation - debuggermojo_test
- apptest runnermojo_benchmark
- documentation - perf test runnerAdditionally, remote_adb_setup
script helps to configure adb on a remote machine to communicate with a device attached to a local machine, forwarding the ports used by mojo_run
.
The library is canonically developed in the mojo repository, https://github.com/domokit/devtools is a mirror allowing to consume it separately.