[android-developers] Re: How to clean DDMS view of the logs though ant script

2010-06-26 Thread Lance Nanek
Wouldn't you just use Ant's exec task to execute 'adb logcat -c'?

On Jun 24, 11:32 pm, Raja Nagendra Kumar 
wrote:
> Hi,
>
> Is it possible to clean DDMS logs clean up though ant script pl.
>
> Regards,
> Raja Nagendra Kumar,
> C.T.Owww.tejasoft.com
> -Enterprise Mobile Products

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: How to clean DDMS view of the logs though ant script

2010-06-26 Thread Mark Murphy
On Sat, Jun 26, 2010 at 11:18 AM, Lance Nanek  wrote:
> Wouldn't you just use Ant's exec task to execute 'adb logcat -c'?

That doesn't affect a running DDMS, which I thought was what the OP was seeking.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android 2.2 Programming Books: http://commonsware.com/books

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en