I'm developing android apps in eclipse and how can I get logcat messages to my clipboard?
adb logcat –d > filename.txt This command will extract the logcat information from the connected device and redirects the output to a file on the PC. The option –d will take care that the output will stop when all output is flushed.
Press F1 and type command Logcat Start (ctrl+l ctrl+s) .
Go to your desired perspective. Go to 'Window->show view' menu. If you see logcat there, click it and you are done. Else, click on 'other' (at the bottom), chose 'Android'->logcat.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With