| commit | 7128579bf7c9d06d049d6a70540d392e641f2185 | [log] [tgz] |
|---|---|---|
| author | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Tue Dec 15 17:52:52 2015 +0100 |
| committer | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Tue Dec 15 17:52:52 2015 +0100 |
| tree | 46f413468726cf030224b2718e241e7e1b355a92 | |
| parent | 1185c2a2bb45c27cbcf281cb538bcb5ba4720fea [diff] |
Forward the fixed flutter observatory port in `android_shell.py`. Fixes https://github.com/domokit/devtools/issues/57 . R=tonyg@chromium.org Review URL: https://codereview.chromium.org/1524103002 . Cr-Mirrored-From: https://github.com/domokit/mojo Cr-Mirrored-Commit: d2b6d2ebe9b9c21532411300e05c0fee22aaa618
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.