krzysztofzablocki / LinkedConsole

Clickable links in your Xcode console, so you never wonder which class logged the message.
http://merowing.info
MIT License
931 stars 63 forks source link

Search near start of lines #23

Closed ewanmellor closed 8 years ago

ewanmellor commented 8 years ago

This anchors the regex used to search the log within 200 characters of the start of each line. This avoids spending a lot of time processing text that is unlikely to be a log message (e.g. large debugging info printed by lldb).

This PR builds on top of PR #20, and addresses the problem reported as PR #18.

krzysztofzablocki commented 8 years ago

thanks for contributing so much :)