Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to copy logcat output to clipboard?

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

like image 733
Guanlun Avatar asked Jul 23 '12 08:07

Guanlun


People also ask

How do I write a Logcat file?

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.

How do I open Logcat in Visual Studio?

Press F1 and type command Logcat Start (ctrl+l ctrl+s) .

How do I view Logcat in eclipse?

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.


1 Answers

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

like image 141
Uriel Frankel Avatar answered Oct 06 '22 10:10

Uriel Frankel