Pipe logcat through grep with an exclude filter?
24.07.2012 16:54 пользователь "Fernando F. Gallego" <ferdy...@gmail.com>
написал:

> I am also interested and I didn't find the way...
>
> On Friday, December 10, 2010 4:46:20 PM UTC+1, andev wrote:
>>
>> Im using Camera.setPreviewCallback method to retrieve all the camera
>> frames on the onPreviewFrame on a 2.0.1 device.
>> Im aware about the issue of GC interrupting on each frame on < 2.2
>> platforms 
>> (http://code.google.com/p/**android/issues/detail?id=2794<http://code.google.com/p/android/issues/detail?id=2794>)
>> and
>> I'm using the suggested work-around.
>> However, there is also a log message "dataCallback(16, 0x11af10)"
>> being print on logcat on each frame like this:
>> ...
>> D/Camera-JNI( 1795): dataCallback(16, 0x11af10)
>> D/Camera-JNI( 1795): dataCallback(16, 0x11af10)
>> D/Camera-JNI( 1795): dataCallback(16, 0x11af10)
>> D/Camera-JNI( 1795): dataCallback(16, 0x11af10)
>> ...
>>
>> These messages are very annoying because they make it harder to find
>> my other log messages among them.
>> My question is:
>> Is it possible to disable the dataCallback(16, 0x11af10) log messages?
>>
>  --
> 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

-- 
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

Reply via email to