I don't know if it's the right section and if this has already been posted but I use the Log.d(String tag, String msg)
function and found that the lenght of the msg is limited: I have passed a long String and noticed that is being truncated... well msg can handle lot of characters but my String was even longer
Has anyone else noticed it?
Just to tell... because I was debugging long strings passed via Socket and at first I was thinking that something got wrong with the readLine() function...

