Is there a way to insert a visual separator in the Logcat viewer in Android Studio Dolphin? Ideally it'd be a button or command that inserts a horizontal line in the log. My workaround when using logcat on terminal is to insert a bunch of newlines, but it doesn't work on Android Studio because it is a read-only log viewer.
The use case is when you have custom logging to diagnose an issue, and you repeat the action that causes the logging a few times. It's very useful to have a visual separator when you're about to start a new test cycle, so that when you analyze the log later you know when the last run started.
As a workaround I've been using the Clear Logcat button, but that wipes the history which can be useful in some cases.
I've searched the docs and online forums but I can't find anything related to this.