Merge "Add reserved to CrashDetail proto" into main

This commit is contained in:
Treehugger Robot 2024-06-07 20:53:06 +00:00 committed by Gerrit Code Review
commit c623193110

View file

@ -18,6 +18,8 @@ option java_outer_classname = "TombstoneProtos";
message CrashDetail {
bytes name = 1;
bytes data = 2;
reserved 3 to 999;
}
message Tombstone {