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

Side by Side Diff: runtime/observatory/README_android

Issue 839543002: Revert "Build Observatory with runtime" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « runtime/observatory/.gitignore ('k') | runtime/observatory/bin/server.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Running Observatory against content_shell:
2
3 0) Open your mobile web application in Dart Editor and launch it on mobile.
4
5 1) Forward localhost:9222 to the content_shell's remote debugging protocol:
6
7 $ adb forward tcp:9222 localabstract:content_shell_devtools_remote
8
9 2) Start the Observatory servers:
10
11 $ ./run.sh
12
13 By default Observatory will be available on localhost:9090
14
15 3) Release the content_shell's remote debugging protocol by clicking the 'Stop'
16 button in the Dart Editor's debugger. By releasing the debugging protocol,
17 Observatory can communicate with the content_shell.
18
19 4) On Observatory's connect to VM page you should see the name of your app
20 on the right hand side of the page.
OLDNEW
« no previous file with comments | « runtime/observatory/.gitignore ('k') | runtime/observatory/bin/server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698