When I start any device from the AVD Manager it just loops this error message infinitely:
E/AudioFlinger: read failed: framesRead=-1
It even does that when
I have the same problem, and if I don't stop it, Logcat will "say" "Too much output!" and if I still don't stop it, I get prompts to send an error report to Google, even freezes.
I finally learned to put a strange set of characters that can't possibly be displayed by an error message (I use "~~~~~") and put the same string as the first argument of my Log
statements and all I see are my own messages. Of course this means I don't see errors, especially Exception
s, so I just put Excep
after the string "~~~~~" and delete them one by one (otherwise, here comes the deluge again).