diff --git a/core/proto/android/os/incident.proto b/core/proto/android/os/incident.proto index ab15d4f701b73..503bd215af3c3 100644 --- a/core/proto/android/os/incident.proto +++ b/core/proto/android/os/incident.proto @@ -228,7 +228,7 @@ message IncidentProto { ]; optional android.service.print.PrintServiceDumpProto print = 3010 [ - (section).type = SECTION_NONE, // Turn off until we get approval for it. + (section).type = SECTION_DUMPSYS, (section).args = "print --proto" ];