diff options
| author | 2013-02-05 12:31:45 -0800 | |
|---|---|---|
| committer | 2013-02-05 12:31:45 -0800 | |
| commit | a6a320ab6699e17d22aea8fa21345e86cae0349c (patch) | |
| tree | fc9d4c00b178f2d2fe9d96ca6d4f5670abc11ac5 | |
| parent | 00e9db5d927e1c725665159f6b5c15e0c33a4c1b (diff) | |
| parent | 640d570d255988ed9942cda6df5f162328668437 (diff) | |
am 640d570d: am 1247fbd4: docs: Removed the -e runner subcommand option. Bug: 7562330
# Via Android Git Automerger (1) and quddusc (1)
* commit '640d570d255988ed9942cda6df5f162328668437':
docs: Removed the -e runner subcommand option. Bug: 7562330
| -rw-r--r-- | docs/html/tools/help/uiautomator/index.jd | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/html/tools/help/uiautomator/index.jd b/docs/html/tools/help/uiautomator/index.jd index 38ba177c9c33..e3899d62ac3b 100644 --- a/docs/html/tools/help/uiautomator/index.jd +++ b/docs/html/tools/help/uiautomator/index.jd @@ -76,11 +76,6 @@ You can list multiple classes or methods by using a space as a separator.</p></t </tr> <tr> -<td><nobr><code>-e runner [CLASS]</code></nobr></td> -<td>Use the specified test runner class instead. If unspecified, the {@code uiautomator} frameworkâs default runner will be used.</td> -</tr> - -<tr> <td><code>dump</code></td> <td><code>[file]</code></td> <td>Generate an XML file with a dump of the current UI hierarchy. If a filepath is not specified, by default, the generated dump file is stored on the device in this location {@code /storage/sdcard0/window_dump.xml}.</td> |