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

Commit e0dfebcc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Turning on proto dumping for stack traces." into pi-dev

parents 2181bb70 39cb9208
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"
    ];