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

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

提交回复
热议问题