How to highlight filter/search hits in Android Studio Logcat

谁都会走 提交于 2019-12-22 06:31:08

问题


I filter my Logcat lines based on a single String, as depicted below:

But there I face numerous long long lines and I have much trouble recognizing the wanted values in the middle of the lines. For example, in the above picture, it would be to much convenience to see all "Aggregate" keywords highlighted.

Is there any way to highlight the filter/search hits on the Logcat console?


回答1:


From what I see, you use the "Filter", that will show all only lines with word matches to your filter.

If you want to search inside the filter results and get highlighted text matches, click on Cmd+s (on Mac) or Ctrl+s (on PC) and search away (for your example, type "Aggregate")




回答2:


On Windows 10, just click on the logcat window and press Ctrl+f.



来源:https://stackoverflow.com/questions/30410335/how-to-highlight-filter-search-hits-in-android-studio-logcat

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!