16

I haven't use Android Studio (IntelliJ IDEA) before the logcat that show in Android Studio also show time and pid etc. on the left side of logcat. I want to hide those stuff (time and pid) I wanna see only message form Log.

Is there any suggestion?

enter image description here

UmAnusorn
  • 10,420
  • 10
  • 72
  • 100
  • 5
    Please vote for this requested feature https://code.google.com/p/android/issues/detail?id=69879 – IshRoid Feb 19 '15 at 07:09

4 Answers4

15

Now on Android Studio you can config the logcat

enter image description here

UmAnusorn
  • 10,420
  • 10
  • 72
  • 100
2

You can use PID Cat from Jake Wharton.

pidcat.py com.health.main

Screenshot

Gorcyn
  • 2,807
  • 1
  • 20
  • 22
1

I'm stuck on the same problem. As you pointed out this is a missing feature, I hope that it will be added in the future.

For now, I've mitigated the problem by enabling the "Use Soft Wraps" option that allow multiline logging in order to avoid the horizontal scrolling.

enter image description here

UPDATE

As reported in the official issues tracker, there should be more formatting options starting from Android Studio 1.4 beta 3

Good news, this should be out now with 1.4 beta 3 which we just released today.

bonnyz
  • 13,458
  • 5
  • 46
  • 70
1

Batter You can use monitor. . set the path in environment variable C:\Program Files\Android\android-sdk\tools;
.
and type monitor
.
and you can filter any type of messages however you want. :)

GreenROBO
  • 4,725
  • 4
  • 23
  • 43