On 6/18/19 11:23 AM, Fabian Maurer wrote:
On Dienstag, 18. Juni 2019 16:54:42 CEST Vincent Povirk (they/them) wrote:
With +relay logs I've often found it useful to delete lines that I'm reasonably sure are not relevant. In Vim, the :g/pattern/d command will delete all matching lines, for example :g/ntdll.RtlHeap/d will remove heap-related calls.
Isn't that what +relay exclusions are for? Those set in the registry, I mean. Although I have to admit they never worked too well for me...
Sure. But relay exclusions are often inconvenient (e.g. you have to reset them for each new prefix, and editing the registry is not literally the easiest way to do things), and often you'll want to cull +relay logs for very specific cases.