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

Unified Diff: mojo/devtools/common/README.md

Issue 1329963002: Document the --trace-startup shell flag. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/devtools/common/README.md
diff --git a/mojo/devtools/common/README.md b/mojo/devtools/common/README.md
index e6044b238e962bbba77b11bb61f55a396413d47c..b638b9b00583f8c6a7ab3d4eef88a7473c714b1b 100644
--- a/mojo/devtools/common/README.md
+++ b/mojo/devtools/common/README.md
@@ -66,6 +66,12 @@ run with `--debugger` switch. E.g.:
mojo_run --debugger APP_URL [--android]
```
+To trace the shell startup, use the `--trace-startup` flag:
+
+```sh
+mojo_run --debugger --trace-startup APP_URL [--android]
ppi 2015/09/07 08:42:21 You don't actually need --debugger in this case.
etiennej 2015/09/07 08:43:52 Done.
+```
+
Then, in another shell, tracing can be orchestrated as follows:
```sh
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698