From 995db766b9ceaf16461ddb268bab738cfd8ebe82 Mon Sep 17 00:00:00 2001 From: Kweku Adams Date: Tue, 3 Apr 2018 16:37:39 -0700 Subject: [PATCH] Turning print proto dump back on. Bug: 72570451 Test: flash device Change-Id: I605a49b2aad602e2bf7add5688cce40986547f7d --- core/proto/android/os/incident.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/proto/android/os/incident.proto b/core/proto/android/os/incident.proto index 6467976bbf592..ea0b825b01a80 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" ];