Merge "Turning print proto dump back on." into pi-dev

am: 4e0fc234d9

Change-Id: Icc19e73d52f13535931c2727042cdb916198f1f5
This commit is contained in:
Kweku Adams
2018-04-11 18:23:02 -07:00
committed by android-build-merger

View File

@@ -228,7 +228,7 @@ message IncidentProto {
]; ];
optional android.service.print.PrintServiceDumpProto print = 3010 [ 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" (section).args = "print --proto"
]; ];