diff options
author | Rich Slogar <rslogar@google.com> | 2014-12-11 15:09:42 -0800 |
---|---|---|
committer | Rich Slogar <rslogar@google.com> | 2014-12-11 15:09:42 -0800 |
commit | 76a49a818d2a684ed98a5d4730764c67ea93bde7 (patch) | |
tree | 872e795ccfcc20aac78ac34b7a5baa674d3aa9a8 /docs | |
parent | 5155840ba091f62ea3079328b25a620089223887 (diff) | |
download | frameworks_base-76a49a818d2a684ed98a5d4730764c67ea93bde7.zip frameworks_base-76a49a818d2a684ed98a5d4730764c67ea93bde7.tar.gz frameworks_base-76a49a818d2a684ed98a5d4730764c67ea93bde7.tar.bz2 |
docs: studio tools help monkey update
Change-Id: Ib916e60dbf6caffc97ac4414f661276339d86888
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> |