How to copy logcat output to clipboard?

后端 未结 9 2270
忘了有多久
忘了有多久 2020-12-01 13:42

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

9条回答
  •  無奈伤痛
    2020-12-01 14:24

    Copy only what is required in Android Studio

    Out of the curiosity I thought to post this answer. By default Logcat shows other information also along with the logs like Date Time, Process and Threads, Package name and Tag and if you copy a line from Logcat then this whole information is copied as well.

    In case you don't want this at all or you don't want a particular thing then you can do something like this,

    Step 1:

    Click on Logcat Header(Settings/Gear) icon

    Step 2:

    Untick whatever you don't want to see in the logs and ultimately you don't want to copy.

    That's it.

    I thought it might help someone.

    P.S. The question is very old and asked at the time of Eclipse, but this answer is new and is for Android Studio.

提交回复
热议问题