noahd1 / oink

Log parser to identify actions which significantly increase VM heap size
MIT License
1.18k stars 71 forks source link

Fix to make oink skip lines with bad character encoding #7

Open sgibbons opened 13 years ago

sgibbons commented 13 years ago

Tweak to avoid crashing on non-UTF8 log lines. Simply skips processing for those lines.

noahd1 commented 13 years ago

Thank you for this pull request. Any chance you could add a spec to cover this? I will merge with some test coverage. Thanks again.