diff options
author | Joe Fernandez <joefernandez@google.com> | 2014-12-17 17:40:58 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2014-12-17 17:40:58 +0000 |
commit | c79d5e29de3ba4259e3c87650c77c3e87507cab0 (patch) | |
tree | 90cd88b3d5b0c3ae594eab6d87cde757939dadeb /docs | |
parent | 85787187fca274303412a48e1fa91f7e7388ce94 (diff) | |
parent | e479dc219ff4d289105e32264c1fa66187aa5555 (diff) | |
download | frameworks_base-c79d5e29de3ba4259e3c87650c77c3e87507cab0.zip frameworks_base-c79d5e29de3ba4259e3c87650c77c3e87507cab0.tar.gz frameworks_base-c79d5e29de3ba4259e3c87650c77c3e87507cab0.tar.bz2 |
am f9ea93cd: am 80287e76: Merge "docs: studio tools help monkey update" into lmp-docs
automerge: e479dc2
* commit 'e479dc219ff4d289105e32264c1fa66187aa5555':
docs: studio tools help monkey update
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/tools/help/monkey.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/tools/help/monkey.jd b/docs/html/tools/help/monkey.jd index b6300a7..941f5d9 100644 --- a/docs/html/tools/help/monkey.jd +++ b/docs/html/tools/help/monkey.jd @@ -12,7 +12,7 @@ yet repeatable manner.</p> <a name="overview"></a> <h2>Overview</h2> -<p>The Monkey is a command-line tool that that you can run on any emulator +<p>The Monkey is a command-line tool that you can run on any emulator instance or on a device. It sends a pseudo-random stream of user events into the system, which acts as a stress test on the application software you are developing.</p> |