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

Commit 39cb9208 authored by Kweku Adams's avatar Kweku Adams
Browse files

Turning on proto dumping for stack traces.

Bug: 72177715
Test: flash device and check incident.proto output
Change-Id: I009a2ef07a47431d4af1c0b59c49634946c96710
parent 3ec4b8cc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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"
    ];