summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquddusc <quddusc@google.com>2013-02-05 11:37:46 -0800
committerquddusc <quddusc@google.com>2013-02-05 11:37:46 -0800
commit1247fbd43fc9d5492cb97d6313e851a6518ab4b8 (patch)
treee690831ec853624c0a04ae3a4429b9461419128c
parentba84a04a2f98683f08cc7c73ec60341dc77d1eb9 (diff)
downloadbase-1247fbd43fc9d5492cb97d6313e851a6518ab4b8.tar.gz
docs: Removed the -e runner subcommand option.
Bug: 7562330 Change-Id: I5fb7ee00583a8c25745796721ded8f6cba6f09ca
-rw-r--r--docs/html/tools/help/uiautomator/index.jd5
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>