How to copy logcat output to clipboard?
问题 I'm developing android apps in eclipse and how can I get logcat messages to my clipboard? 回答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 回答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. 回答3: Ctrl + C