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) 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to