commit | c623193110f45160c6279d01d4d2f9a28a4bcca6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Jun 07 20:53:06 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jun 07 20:53:06 2024 +0000 |
tree | e06b4f27c5b793d9cf32184bb82db48449179d5c | |
parent | 94ba56b68d54e095497cc102cb54e8437d096238 [diff] | |
parent | f2474379e76acefc4c918e292486b23b9a72e99e [diff] |
Merge "Add reserved to CrashDetail proto" into main
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 {