android - LogCat 中的各种颜色表示什么?

标签 android eclipse-plugin android-logcat

我用 Google 搜索了这个,但找不到图表。由于各种日志可能性是 Verbose、Debug、Information、Warning 和 Error,因此我有几个假设,但是......:

详细 = ? 调试=? 信息=? 警告 = 黄色? 错误=红色?

最佳答案

Eclipse 中 LogCat Pane 上的过滤器按钮采用颜色编码以匹配消息的颜色,因此:

详细 - 黑色

调试 - 蓝色

信息 - 绿色

警告 - 橙色

错误 - 红色

编辑:图片引用:

enter image description here

图片来自 http://www.droidnova.com/blog/wp-content/uploads/2009/09/debugging-2.gif

关于android - LogCat 中的各种颜色表示什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8778850/

相关文章:

android - 如何检测 Android 设备是以秒还是毫秒为单位存储媒体日期?

java - 如何从我的插件的项目资源管理器中删除 Eclipse 上下文菜单“MOVE”

java - Eclipse 从 String 创建 CompilationUnit 句柄

android - adb logcat -f log.txt 错误: couldn't open output file: Read-only file system

java - LogCat在真实设备中不显示我自己的日志

android - 将 Kotlin 运行时库添加到 android 中的 aar

java - 从手机导入联系人以在 Android 中的我的应用程序中列出

php - 如何使用php从mysql数据库中选择行

c++ - 吸氧剂,Eclox : Functions autocomplete not working with decorating macros

android - 如何将 android.util.Log 与 crashlytics 匹配?