Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6231931 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add reserved to CrashDetail proto" into main

parents 94ba56b6 f2474379
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ option java_outer_classname = "TombstoneProtos";
message CrashDetail {
  bytes name = 1;
  bytes data = 2;

  reserved 3 to 999;
}

message Tombstone {