-
Notifications
You must be signed in to change notification settings - Fork 0
rbm stop logcat
inazaruk edited this page Jan 19, 2012
·
6 revisions
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).
<rbm-stop-logcat refid="${logcat.id}" />-
refid- required, name of logcat reference (specified inidattribute inrbm-start-logcattask).
<rbm-stop-logcat refid="${logcat.id}" />Go to home | documentation | ant tasks