soong-construction/dirt-rally-time-recorder

KeyboardInterrupt leads to error & logging

maxbechtold opened this issue · 1 comments

KeyboardInterrupt has always been dissatisfying with dirt-rally-time-recorder, as it takes up to half a minute before the tool actually terminates. With the recent changes to error handling, this is even treated as a crash and logged accordingly. Instead, the tool should terminate silently.

Observed with CTRL+C, but CTRL+D and CTRL+Z should be checked as well.

Resolved with ee8b391