kajman
kajman

Reputation: 1076

Turn off line breaking in logcat in adt 20

Is there a way to disable line breaking in the newest logcat (ADT 20)? Stack traces are a pain to read now.

Logcat just gets worse and worse with updates - first pause issues now this.

Upvotes: 10

Views: 1114

Answers (1)

Vijay C
Vijay C

Reputation: 4869

You can still use the deprecated old version of Logcat, if you want. You can launch the same in eclipse using following path,

Window --> Show View --> Other --> Android --> LogCat (deprecated)

Upvotes: 1

Related Questions