gpt4 book ai didi

android - 在 Android 中从控制台过滤日志

转载 作者:太空狗 更新时间:2023-10-29 13:53:28 24 4
gpt4 key购买 nike

我是 android 新手,我正在使用 android studio 构建应用程序。有时我需要检查为它们设置日志的变量值,但是很难从太多行中找到单个日志行,所以我需要过滤日志。

  Log.i("Some info", "Show some thing here"); 

我正在使用 Android 2.2.3。在这个工作室中,我找不到任何过滤器 这是控制台的图像。 enter image description here

最佳答案

您可以在 Android Monitor 面板中获得过滤器选项,但不能在 Debug 面板中获得。如果您的工具栏上没有 Android Monitor,您可以从 View -> Tool Windows -> Android Monitor 或默认情况下在 Windows 上使用 Alt + 6 打开它。

您在面板的右上角有几个过滤器选项:

  • 日志级别(详细、调试、信息等)
  • 一个简单的文本过滤字段,您可以在其中过滤纯文本或正则表达式
  • 用于显示日志消息来源的过滤器,您可能会在此处使用默认的Show only selected application选项。

Filters in Android Monitor

关于android - 在 Android 中从控制台过滤日志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42772111/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com