Chromium Code Reviews| 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 |