本文介绍了如何在 Android Studio 中仅显示来自日志的消息(隐藏时间、pid 等)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我之前没有使用过Android Studio(IntelliJ IDEA),Android Studio中显示的logcat也在logcat左侧显示时间和pid等.我想隐藏那些东西(时间和pid)我只想看到消息形式的日志.

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.

有什么建议吗?

推荐答案

现在在 Android Studio 上你可以配置 logcat

Now on Android Studio you can config the logcat

这篇关于如何在 Android Studio 中仅显示来自日志的消息(隐藏时间、pid 等)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-30 17:16