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

后端 未结 4 668
灰色年华
灰色年华 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 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.

提交回复
热议问题