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

Commit 56025cdf authored by Kweku Adams's avatar Kweku Adams Committed by android-build-merger
Browse files

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

am: de28047e

Change-Id: Ib3b4d190b911844b9f4e9fbc564433bd1c72a415
parents ac3b8b25 de28047e
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"
    ];