Chromium Code Reviews| Index: runtime/bin/vmservice/client/README.txt |
| diff --git a/runtime/bin/vmservice/client/README.txt b/runtime/bin/vmservice/client/README.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5de9e07e72169f1d3ebb80be66f70c01b63a8ef6 |
| --- /dev/null |
| +++ b/runtime/bin/vmservice/client/README.txt |
| @@ -0,0 +1,11 @@ |
| + |
| + |
| +Running Observatory against content_shell: |
| + |
| +$ adb forward tcp:9222 localabstract:content_shell_devtools_remote |
| +$ ./run.sh |
| + |
| +Click the 'Stop' button in the Editor's Debugger to release the devtools |
| +protocol so it can be used by Observatory. |
| + |
| +Connect to Observatory on localhost:9090 |
|
turnidge
2014/07/01 00:27:46
Maybe this file should be a README_content_shell?
Cutch
2014/07/01 17:14:51
Done. Renamed to README_android
|