How to copy logcat output to clipboard?

Guanlun picture Guanlun · Jul 23, 2012 · Viewed 15.4k times · Source

I'm developing android apps in eclipse and how can I get logcat messages to my clipboard?

Answer

Uriel Frankel picture Uriel Frankel · Jul 23, 2012

Select the message and press ctrl+c. You can save it in a text file using this button:better picture

If you are using mac a workaround is to right click, find similar messages, then copy from dialog. – Thank you Snicolas