Merge "Add reserved to CrashDetail proto" into main
This commit is contained in:
commit
c623193110
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ option java_outer_classname = "TombstoneProtos";
|
|||
message CrashDetail {
|
||||
bytes name = 1;
|
||||
bytes data = 2;
|
||||
|
||||
reserved 3 to 999;
|
||||
}
|
||||
|
||||
message Tombstone {
|
||||
|
|
Loading…
Reference in a new issue