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

Commit f2474379 authored by Florian Mayer's avatar Florian Mayer
Browse files

Add reserved to CrashDetail proto

Change-Id: I176abc740744907d8559b94b9d1361b44dcbcb14
parent cdd4cb7d
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -18,6 +18,8 @@ option java_outer_classname = "TombstoneProtos";
message CrashDetail {
message CrashDetail {
  bytes name = 1;
  bytes name = 1;
  bytes data = 2;
  bytes data = 2;

  reserved 3 to 999;
}
}


message Tombstone {
message Tombstone {