Lines Matching refs:will
37 will stop and report the error.</li>
39 will stop and report the error.</li>
42 <p>Depending on the verbosity level you have selected, you will also see reports on the progress
56 <p>With no options specified, the Monkey will launch in a quiet (non-verbose) mode, and will send
58 which will launch your application and send 500 pseudo-random events to it:</p>
82 <td>Each -v on the command line will increment the verbosity level.
95 value, it will generate the same sequence of events.</td>
132 (These are navigation events that will typically cause actions within your UI, such as
145 <td>Adjust percentage of activity launches. At random intervals, the Monkey will issue a startActi…
158 <td>If you specify one or more packages this way, the Monkey will <i>only</i> allow the system
161 If you don't specify any packages, the Monkey will allow the system to launch activities
168 <td>If you specify one or more categories this way, the Monkey will <i>only</i> allow the
170 If you don't specify any categories, the Monkey will select activities listed with the category
178 <td>When specified, the Monkey will perform the initial launch into a test activity, but
179 will not generate any further events.
187 <td>If set, this option will generate profiling reports immediately before and after
189 This will generate large (~5Mb) files in data/misc, so use with care. See
196 <td>Normally, the Monkey will stop when the application crashes or experiences any type of
197 unhandled exception. If you specify this option, the Monkey will continue to send events to
203 <td>Normally, the Monkey will stop when the application experiences any type of timeout error such
204 as a "Application Not Responding" dialog. If you specify this option, the Monkey will continue to
210 <td>Normally, the Monkey will stop when the application experiences any type of permissions error,
212 this option, the Monkey will continue to send events to the system, until the count is
218 <td>Normally, when the Monkey stops due to an error, the application that failed will be left
219 running. When this option is set, it will signal the system to stop the process in which the error
227 …in the Android system native code. If --kill-process-after-error is set, the system will stop.</td>