diff options
author | Chris Larson <chris_larson@mentor.com> | 2011-04-04 11:31:39 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-06 15:48:22 +0100 |
commit | 37cb4cc02b2e2b6c338c5943747e0a1ef15176b3 (patch) | |
tree | 454bba6a6c191c834ff26903137e4ba130873b18 /meta/recipes-kernel/linux-libc-headers | |
parent | 8cf28d706b7e70f5835b1bd4da058ec64f520c6c (diff) | |
download | poky-37cb4cc02b2e2b6c338c5943747e0a1ef15176b3.tar.gz |
event: improve output when eventhandler exec fails
- Name the event handler by its actual name, so the traceback shows it rather
than 'tmpHandler'.
- Rather than immediately aborting when encountering an event handler error,
display an error message and try to continue.
- Show a traceback for ordinary exceptions, skipping the first entry in the
traceback, so it only shows the useful information.
- Show an error, but no traceback, for SystemExit with a code other than 0.
- For for SystemExit with a code of 0, simply continue silently.
(Bitbake rev: faf682dfc23b7ef2ece04f7d50f9741224bb3bb0)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers')
0 files changed, 0 insertions, 0 deletions