From 39cb92086fce395ab9700eb23c5306d7278adde3 Mon Sep 17 00:00:00 2001 From: Kweku Adams Date: Tue, 3 Apr 2018 18:29:40 -0700 Subject: [PATCH] Turning on proto dumping for stack traces. Bug: 72177715 Test: flash device and check incident.proto output Change-Id: I009a2ef07a47431d4af1c0b59c49634946c96710 --- core/proto/android/os/incident.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/proto/android/os/incident.proto b/core/proto/android/os/incident.proto index 6467976bbf592..4e8d22a31cf18 100644 --- a/core/proto/android/os/incident.proto +++ b/core/proto/android/os/incident.proto @@ -118,17 +118,17 @@ message IncidentProto { // Stack dumps optional android.os.BackTraceProto native_traces = 1200 [ - (section).type = SECTION_NONE, + (section).type = SECTION_TOMBSTONE, (section).args = "native" ]; optional android.os.BackTraceProto hal_traces = 1201 [ - (section).type = SECTION_NONE, + (section).type = SECTION_TOMBSTONE, (section).args = "hal" ]; optional android.os.BackTraceProto java_traces = 1202 [ - (section).type = SECTION_NONE, + (section).type = SECTION_TOMBSTONE, (section).args = "java" ];