Skip to content

rbm stop logcat

inazaruk edited this page Jan 19, 2012 · 6 revisions

rbm-stop-logcat

Go to home | documentation | ant tasks

Stops the running instance of logcat. Note that task will not fail build if logcat is not running anymore or even was never created in the first place (i.e. refid points to nothing).


Prototype

<rbm-stop-logcat refid="${logcat.id}" />

Attributes

  • refid - required, name of logcat reference (specified in id attribute in rbm-start-logcat task).

Examples

<rbm-stop-logcat refid="${logcat.id}" />

Go to home | documentation | ant tasks

Clone this wiki locally