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

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

Issue 1241263009: Rename shell runner and debugger -> mojo_run, mojo_debug. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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: mojo/devtools/common/README.md
diff --git a/mojo/devtools/common/README.md b/mojo/devtools/common/README.md
index e02fe32818f562574bc78fd665a453523d78a30d..9e063f1d4ff87aa1dae634caa279c70e334d2d77 100644
--- a/mojo/devtools/common/README.md
+++ b/mojo/devtools/common/README.md
@@ -12,17 +12,17 @@ git clone https://github.com/domokit/devtools.git
Devtools offers the following tools:
- - `mojo_shell` - universal shell runner
- - `debugger` - supports interactive tracing and debugging of a running mojo
+ - `mojo_run` - universal shell runner
+ - `mojo_debug` - supports interactive tracing and debugging of a running mojo
shell
- `remote_adb_setup` - configures adb on a remote machine to communicate with
a device attached to the local machine
and a Python scripting library designed for being embedded (`devtoolslib`).
-### debugger
+### Debugger
-The `debugger` script allows you to interactively inspect a running shell,
+The `mojo_debug` script allows you to interactively inspect a running shell,
collect performance traces and attach a gdb debugger.
#### Tracing
@@ -31,8 +31,8 @@ traces](https://www.chromium.org/developers/how-tos/trace-event-profiling-tool)
and retrieve the result:
```sh
-debugger tracing start
-debugger tracing stop [result.json]
+mojo_debug tracing start
+mojo_debug tracing stop [result.json]
```
The trace file can be then loaded using the trace viewer in Chrome available at
@@ -44,7 +44,7 @@ can be used to launch GDB and attach it to a running shell process (android
only):
```sh
-debugger gdb attach
+mojo_debug gdb attach
```
#### Android crash stacks
@@ -53,7 +53,7 @@ due to a crash in native code, `debugger` can be used to find and symbolize the
stack trace present in the device log:
```sh
-debugger device stack
+mojo_debug device stack
```
### devtoolslib
« no previous file with comments | « examples/java_android/echo/src/org/chromium/examples/java_echo/README.md ('k') | mojo/devtools/common/debugger » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698