How to copy logcat output to clipboard?
I'm developing android apps in eclipse and how can I get logcat messages to my clipboard?
Solution 1:
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
Solution 2:
You can click on the output line in LogCat and click ctrl+c like normal then a normal paste into whatever you want. You can use shift and click to select multiple lines.
Solution 3:
Ctrl + C works but you need to make sure to make sure you click on the first line of any output that is split into multiple lines.