How to show only message from log (hide time ,pid etc.) in Android Studio

后端 未结 4 583
灰色年华
灰色年华 2021-02-04 06:18

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 (t

相关标签:
4条回答
  • 2021-02-04 06:46

    You can use PID Cat from Jake Wharton.

    pidcat.py com.health.main
    

    0 讨论(0)
  • 2021-02-04 06:56

    Now on Android Studio you can config the logcat

    0 讨论(0)
  • 2021-02-04 06:58

    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. :)

    0 讨论(0)
  • 2021-02-04 07:01

    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.

    0 讨论(0)
提交回复
热议问题