From 1cf9bf8ab610c1ac4af8725ee747e17183c07f60 Mon Sep 17 00:00:00 2001 From: Kevin Hamacher Date: Tue, 24 Sep 2019 04:49:55 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 270878802 Change-Id: I4c946fdb5f566909eaead35a3050a99ab9047553 --- sandboxed_api/sandbox2/violation.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sandboxed_api/sandbox2/violation.proto b/sandboxed_api/sandbox2/violation.proto index 8575d96..97e978f 100644 --- a/sandboxed_api/sandbox2/violation.proto +++ b/sandboxed_api/sandbox2/violation.proto @@ -145,4 +145,6 @@ message Violation { RegisterValues register_values = 8; FsDescription fs = 9; string proc_maps = 10; + // Contains the received signal that caused the death if applicable. + int32 signal = 11; }