2

How to open the logcat text in logcat tool Android/Eclipse which i got programmatically.To read it as a normal text file,it is difficult to read.I am trying to find the nature of ANR issue,If i see it in logcat tool of Android Eclipse,it is easy to recoginise.

Rakesh
  • 14,997
  • 13
  • 42
  • 62
  • I have made a custom Notepad++ language for LogCat. All the info is [here](http://troniczombproductions.wordpress.com/notepad-logcat-language/). – TronicZomB Apr 26 '13 at 14:23
  • 1
    @Rakesh It would be really nice if you react on comments and answers for your question... – Schlangi May 03 '13 at 14:29

1 Answers1

2

Did you search that? http://code.google.com/p/androidlogcatviewer/wiki/KeyFeature

It describes a Desktop software for displaying a logcat file...

Schlangi
  • 1,135
  • 1
  • 9
  • 19