commit | f2474379e76acefc4c918e292486b23b9a72e99e | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Fri May 31 22:35:25 2024 +0000 |
committer | Florian Mayer <fmayer@google.com> | Fri May 31 22:35:25 2024 +0000 |
tree | faf6bb9665cdfecfa73f9f3e9fee9bc9d0c8586d | |
parent | cdd4cb7db86d4cd89319d83da347744aac252717 [diff] |
Add reserved to CrashDetail proto Change-Id: I176abc740744907d8559b94b9d1361b44dcbcb14
diff --git a/debuggerd/proto/tombstone.proto b/debuggerd/proto/tombstone.proto index 6f9cd96..b662d36 100644 --- a/debuggerd/proto/tombstone.proto +++ b/debuggerd/proto/tombstone.proto
@@ -18,6 +18,8 @@ message CrashDetail { bytes name = 1; bytes data = 2; + + reserved 3 to 999; } message Tombstone {