How to highlight filter/search hits in Android Studio Logcat
问题 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