OSDN Git Service

Turning print proto dump back on.
authorKweku Adams <kwekua@google.com>
Tue, 3 Apr 2018 23:37:39 +0000 (16:37 -0700)
committerKweku Adams <kwekua@google.com>
Wed, 4 Apr 2018 00:12:51 +0000 (17:12 -0700)
Bug: 72570451
Test: flash device
Change-Id: I605a49b2aad602e2bf7add5688cce40986547f7d

core/proto/android/os/incident.proto

index 6467976..ea0b825 100644 (file)
@@ -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"
     ];