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

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

[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 wrote: > I'm using the MediaPlayer to play audio (mp3) fi