过滤文本,如 Android Studio/Eclipse logcat
Posted
技术标签:
【中文标题】过滤文本,如 Android Studio/Eclipse logcat【英文标题】:Filter text like Android Studio/Eclipse logcat 【发布时间】:2015-03-02 14:34:59 【问题描述】:当我与 QA 合作时,我从他们那里收到了 logcat 的文本,而且很难阅读。 所以我需要一种过滤文本和突出显示的方法,就像在 android Studio/Eclipse 中一样。有人知道这样的工具吗?
【问题讨论】:
【参考方案1】:你会在这里找到你想要的:Android desktop log viewer
否则:
你可以试试记事本++(windows):
http://notepad-plus-plus.org/fr/
然后去
Find > Mark then select what you want to highlight.
我还没有尝试过 Android Studio 的最新版本,但它可能集成了Scratch File
功能(来自 IntelliJ 14)。
Tool > new Scracth File > select plain text for example
粘贴您的日志并使用find
(Ctrl+F)。 Intellij/Android Studio 让你的模式保持高亮。
【讨论】:
以上是关于过滤文本,如 Android Studio/Eclipse logcat的主要内容,如果未能解决你的问题,请参考以下文章
如何对 SimpleCursorAdapter 支持的 Android ListView 进行文本过滤?
文本过滤后从 Android ListView/ArrayAdapter 中删除项目不起作用