[android-developers] Re: AudioFlinger - many write blocked for log WARN messages

2009-05-04 Thread Mark Carter

On May 3, 10:08 pm, Marco Nelissen marc...@android.com wrote:
 If this is in the emulator, I would just ignore them.

The problem is that it makes reading the log file much more difficult
because it is constantly scrolling.

Is there any way to filter out such log messages in eclipse?

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



[android-developers] Re: AudioFlinger - many write blocked for log WARN messages

2009-05-03 Thread Marco Nelissen
If this is in the emulator, I would just ignore them.


On Thu, Apr 30, 2009 at 9:20 PM, Mark Carter m...@carter.name wrote:


 I'm using the MediaPlayer to play audio (mp3) files. I don't think I'm
 doing anything out of the ordinary, but, during playback, I get many
 (several per second) log messages like these:

 05-01 09:46:20.685: WARN/AudioFlinger(554): write blocked for 47 msecs
 05-01 09:46:20.785: WARN/AudioFlinger(554): write blocked for 47 msecs
 05-01 09:46:20.895: WARN/AudioFlinger(554): write blocked for 49 msecs
 05-01 09:46:20.985: WARN/AudioFlinger(554): write blocked for 47 msecs

 I've searched all over the place for this - other people seem to
 experience the same thing but I can find any sort of explanation as to
 what it means.

 Am I doing something wrong?

 Also, how do I define a LogCat filter (in eclipse) to *remove*, say,
 all AudioFlinger messages? I can't seem to find the not syntax.
 


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



[android-developers] Re: AudioFlinger - many write blocked for log WARN messages

2009-05-02 Thread Mark Carter

I see that AudioFlinger is some native base C++ library.

Does anyone know what can be done about all these messages? Having
hundreds/thousands of these messages is making the logcat very
difficult to use...

On May 1, 9:20 am, Mark Carter m...@carter.name wrote:
 I'm using the MediaPlayer to play audio (mp3) files. I don't think I'm
 doing anything out of the ordinary, but, during playback, I get many
 (several per second) log messages like these:

 05-01 09:46:20.685: WARN/AudioFlinger(554): write blocked for 47 msecs
 05-01 09:46:20.785: WARN/AudioFlinger(554): write blocked for 47 msecs
 05-01 09:46:20.895: WARN/AudioFlinger(554): write blocked for 49 msecs
 05-01 09:46:20.985: WARN/AudioFlinger(554): write blocked for 47 msecs

 I've searched all over the place for this - other people seem to
 experience the same thing but I can find any sort of explanation as to
 what it means.

 Am I doing something wrong?

 Also, how do I define a LogCat filter (in eclipse) to *remove*, say,
 all AudioFlinger messages? I can't seem to find the not syntax.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---