diff options
author | Kweku Adams <kwekua@google.com> | 2018-02-05 16:45:13 -0800 |
---|---|---|
committer | Kweku Adams <kwekua@google.com> | 2018-03-07 21:50:12 +0000 |
commit | eadd123d68850cb27aa6d030ade6190e30991b19 (patch) | |
tree | 28ee59bef758929559dde7b34a9dbe962f1196c9 /libs/incident | |
parent | 0efaf2088d8e3ba8ec560aa5eb597ef456b5213e (diff) |
Dumping stack traces to proto.
Bug: 72177715
Test: flash device and check incident.proto output
Change-Id: Id2a15e0fc62b66efe875949af97f0eb651c7e322
(cherry picked from commit 5c804e2b9893c7892900148229cf19fa6268e7dc)
Diffstat (limited to 'libs/incident')
-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 { |