diff options
author | Fabricio Voznika <fvoznika@google.com> | 2019-03-05 22:19:23 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-03-05 22:20:17 -0800 |
commit | fcba4e8f040ab4b40e04b9315d718d7e5aa44635 (patch) | |
tree | 4b33e78a90d5d3f8de8e98faa79660bbc6e94146 /runsc/boot/BUILD | |
parent | 1718fdd1a8e16f36433b069a0f5d88ea7bdb65f5 (diff) |
Add uncaught signal message to the user log
This help troubleshoot cases where the container is killed and the
app logs don't show the reason.
PiperOrigin-RevId: 236982883
Change-Id: I361892856a146cea5b04abaa3aedbf805e123724
Diffstat (limited to 'runsc/boot/BUILD')
-rw-r--r-- | runsc/boot/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/boot/BUILD b/runsc/boot/BUILD index 4984231d7..daa197437 100644 --- a/runsc/boot/BUILD +++ b/runsc/boot/BUILD @@ -46,6 +46,7 @@ go_library( "//pkg/sentry/fs/tty", "//pkg/sentry/inet", "//pkg/sentry/kernel", + "//pkg/sentry/kernel:uncaught_signal_go_proto", "//pkg/sentry/kernel/auth", "//pkg/sentry/kernel/kdefs", "//pkg/sentry/limits", |