diff options
author | Joe Fernandez <joefernandez@google.com> | 2014-12-17 02:58:25 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-12-17 02:58:25 +0000 |
commit | e479dc219ff4d289105e32264c1fa66187aa5555 (patch) | |
tree | 1c6c739e3e46a5a0a9efcbdf625dece8e9bc7d4a /docs | |
parent | 93813012c0be63a4cbcdf9e076323fd4afd6dfb7 (diff) | |
parent | f9ea93cdc9791c71f39caeda71d9abc9a91e89d5 (diff) | |
download | frameworks_base-e479dc219ff4d289105e32264c1fa66187aa5555.zip frameworks_base-e479dc219ff4d289105e32264c1fa66187aa5555.tar.gz frameworks_base-e479dc219ff4d289105e32264c1fa66187aa5555.tar.bz2 |
am f9ea93cd: am 80287e76: Merge "docs: studio tools help monkey update" into lmp-docs
* commit 'f9ea93cdc9791c71f39caeda71d9abc9a91e89d5':
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> |