Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Unified Diff: runtime/bin/vmservice/client/README.txt

Issue 335463008: Allow Observatory to run as a hosted web service (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « no previous file | runtime/bin/vmservice/client/bin/server.dart » ('j') | runtime/bin/vmservice/client/bin/server.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698