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

Unified Diff: runtime/bin/vmservice/client/README_android

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
« no previous file with comments | « no previous file | runtime/bin/vmservice/client/bin/server.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/client/README_android
diff --git a/runtime/bin/vmservice/client/README_android b/runtime/bin/vmservice/client/README_android
new file mode 100644
index 0000000000000000000000000000000000000000..0372732279c5c977160330aa74c1d31ffe842f47
--- /dev/null
+++ b/runtime/bin/vmservice/client/README_android
@@ -0,0 +1,20 @@
+Running Observatory against content_shell:
+
+0) Open your mobile web application in Dart Editor and launch it on mobile.
+
+1) Forward localhost:9222 to the content_shell's remote debugging protocol:
+
+$ adb forward tcp:9222 localabstract:content_shell_devtools_remote
+
+2) Start the Observatory servers:
+
+$ ./run.sh
+
+By default Observatory will be available on localhost:9090
+
+3) Release the content_shell's remote debugging protocol by clicking the 'Stop'
+button in the Dart Editor's debugger. By releasing the debugging protocol,
+Observatory can communicate with the content_shell.
+
+4) On Observatory's connect to VM page you should see the name of your app
+on the right hand side of the page.
« no previous file with comments | « no previous file | runtime/bin/vmservice/client/bin/server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698