I'm developing android apps in eclipse and how can I get logcat messages to my clipboard?
Select the message and press ctrl+c. You can save it in a text file using this button:
If you are using mac a workaround is to right click, find similar messages, then copy from dialog. – Thank you Snicolas