summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorquddusc <quddusc@google.com>2013-02-05 12:36:11 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-02-05 12:36:11 -0800
commita8ce402078b84a112d13d8ea0de3fe123e1f2a97 (patch)
tree3dd88df7a3b47f06687bd7441883fb6c6df231f7 /docs
parent9fcde2e7466c29b302cc15ed2d1233f93d7f0b0e (diff)
parent77c6f8ee22c66c829ea91740d178ff3323e1cb67 (diff)
downloadframeworks_base-a8ce402078b84a112d13d8ea0de3fe123e1f2a97.zip
frameworks_base-a8ce402078b84a112d13d8ea0de3fe123e1f2a97.tar.gz
frameworks_base-a8ce402078b84a112d13d8ea0de3fe123e1f2a97.tar.bz2
am 77c6f8ee: am a6a320ab: am 640d570d: am 1247fbd4: docs: Removed the -e runner subcommand option. Bug: 7562330
# Via Android Git Automerger (3) and quddusc (1) * commit '77c6f8ee22c66c829ea91740d178ff3323e1cb67': docs: Removed the -e runner subcommand option. Bug: 7562330
Diffstat (limited to 'docs')
-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 38ba177..e3899d6 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>