commit | 76d0065ef877532a5427907262dccd732d45c8f8 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed Nov 09 18:19:05 2016 -0800 |
committer | Chih-Hung Hsieh <chh@google.com> | Wed Nov 09 18:19:05 2016 -0800 |
tree | c928613227feedb6027ab34c7fd9a9af106004f6 | |
parent | 98f15a70e98077a9fae4af2b79f18ff8795e40e5 [diff] |
Separate parallel_classify_warnings out of parse_input_file. * Allow other callers of this module to: * pass any input stream to parse_input_file, * pass any warning_lines to parallel_classify_warnings, * call dump_csv or dump_html to get output. * No output change. * Capture and ignore signal.SIGTERM at the end, to avoid bad warning/error messages from the exit clean-up process. Test: run warn.py build.log. Change-Id: I1414797a536c0ee622e2a34c226578621be1ddab