0

When I'm working with a QA and I receive a text of logcat from them and it's very hard to read. So I need a way to filter the text and highlight like in Android Studio/Eclipse. Does anyone know such a tool?

Rubin Yoo
  • 2,674
  • 2
  • 24
  • 32

1 Answers1

1

You'll find what you want here : Android desktop log viewer

otherwise :

You can give a try to Notepad++ (for windows) :

http://notepad-plus-plus.org/fr/

Then go to

Find > Mark then select what you want to highlight.

enter image description here

I haven't try the last build of Android Studio, but it may integrate Scratch File feature (from IntelliJ 14).

 Tool > new Scracth File > select plain text for example 

than paste your logs and use find (Ctrl+F). Intellij/Android Studio keep highlighter your pattern.

enter image description here

Community
  • 1
  • 1
dwursteisen
  • 11,435
  • 2
  • 39
  • 36