Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android in Eclipse: Copy/Paste From LogCat (only "Text")

Is there a way to copy/paste from the Eclipse LogCat and ONLY copy/paste the "Text" that was logged?

Normally when I copy/paste from the LogCat, it copies everything, including "Level", "Time", "Application", "Tag", and "Text", when most of the time, the only thing I actually want is "Text".

This is an extreme annoyance, especially when copy/pasting multiple lines.

like image 950
MikeS Avatar asked Mar 08 '13 16:03

MikeS


1 Answers

You can try the steps:

  1. Right click on the part you want to copy
  2. Click on find similar message here you will see "by log message option".

select those text you want to copy and paste where you want. (I tried it in windows).

like image 191
Alpesh Avatar answered Sep 25 '22 09:09

Alpesh