Merge "Add reserved to CrashDetail proto" into main am: c623193110
Original change: https://android-review.googlesource.com/c/platform/system/core/+/3108167 Change-Id: Ia5acccce99f3a4a64de7cfaea89d5987f3c67860 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
4942b5db85
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