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

后端 未结 4 597
灰色年华
灰色年华 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条回答
  •  闹比i
    闹比i (楼主)
    2021-02-04 06:46

    You can use PID Cat from Jake Wharton.

    pidcat.py com.health.main
    

提交回复
热议问题