diff options
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/incident/proto/android/section.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/incident/proto/android/section.proto b/libs/incident/proto/android/section.proto index ef6a8ff6bcea..b3ed393394d4 100644 --- a/libs/incident/proto/android/section.proto +++ b/libs/incident/proto/android/section.proto @@ -43,6 +43,9 @@ enum SectionType { // incidentd read file and gzip the data in bytes field SECTION_GZIP = 5; + + // incidentd calls tombstoned for annotated field + SECTION_TOMBSTONE = 6; } message SectionFlags { |