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

Commit 2fb025d0 authored by Kweku Adams's avatar Kweku Adams Committed by android-build-merger
Browse files

Merge "Disabling print dumping for now." into pi-dev

am: 4df40c82

Change-Id: I8c44090b1f84a45d8a1a0e8a952cc540d54eacfb
parents 1a1b0608 4df40c82
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -228,7 +228,7 @@ message IncidentProto {
    ];
    ];


    optional android.service.print.PrintServiceDumpProto print = 3010 [
    optional android.service.print.PrintServiceDumpProto print = 3010 [
        (section).type = SECTION_DUMPSYS,
        (section).type = SECTION_NONE, // Turn off until we get approval for it.
        (section).args = "print --proto"
        (section).args = "print --proto"
    ];
    ];


+9 −9
Original line number Original line Diff line number Diff line
@@ -75,7 +75,7 @@ message PrintSpoolerInternalStateProto {
    repeated PrintJobInfoProto print_jobs = 1;
    repeated PrintJobInfoProto print_jobs = 1;


    // Files used by these print jobs
    // Files used by these print jobs
    repeated string print_job_files = 2;
    repeated string print_job_files = 2 [ (android.privacy).dest = DEST_EXPLICIT ];


    // Approved print services
    // Approved print services
    repeated android.content.ComponentNameProto approved_services = 3;
    repeated android.content.ComponentNameProto approved_services = 3;
@@ -101,7 +101,7 @@ message PrinterCapabilitiesProto {
}
}


message PrinterInfoProto {
message PrinterInfoProto {
    option (android.msg_privacy).dest = DEST_AUTOMATIC;
    option (android.msg_privacy).dest = DEST_EXPLICIT;


    // The id of the printer
    // The id of the printer
    optional PrinterIdProto id = 1;
    optional PrinterIdProto id = 1;
@@ -123,7 +123,7 @@ message PrinterInfoProto {
        STATUS_UNAVAILABLE = 3;
        STATUS_UNAVAILABLE = 3;
    }
    }
    // The status of the printer
    // The status of the printer
    optional Status status = 3;
    optional Status status = 3 [ (android.privacy).dest = DEST_AUTOMATIC ];


    // The description of the printer
    // The description of the printer
    optional string description = 4;
    optional string description = 4;
@@ -171,13 +171,13 @@ message InstalledPrintServiceProto {
}
}


message PrinterIdProto {
message PrinterIdProto {
    option (android.msg_privacy).dest = DEST_AUTOMATIC;
    option (android.msg_privacy).dest = DEST_EXPLICIT;


    // Component name of the service that reported the printer
    // Component name of the service that reported the printer
    optional android.content.ComponentNameProto service_name = 1;
    optional android.content.ComponentNameProto service_name = 1 [ (android.privacy).dest = DEST_AUTOMATIC ];


    // Local id of the printer
    // Local id of the printer
    optional string local_id = 2 [ (android.privacy).dest = DEST_EXPLICIT ];
    optional string local_id = 2;
}
}


message ActivePrintServiceProto {
message ActivePrintServiceProto {
@@ -331,7 +331,7 @@ message PrintJobInfoProto {
    optional string label = 1 [ (android.privacy).dest = DEST_EXPLICIT ];
    optional string label = 1 [ (android.privacy).dest = DEST_EXPLICIT ];


    // Id of the job
    // Id of the job
    optional string print_job_id = 2;
    optional string print_job_id = 2 [ (android.privacy).dest = DEST_EXPLICIT ];


    enum State {
    enum State {
        // Unknown state
        // Unknown state
@@ -366,7 +366,7 @@ message PrintJobInfoProto {
    optional PrinterIdProto printer = 4;
    optional PrinterIdProto printer = 4;


    // Tag assigned to the job
    // Tag assigned to the job
    optional string tag = 5;
    optional string tag = 5 [ (android.privacy).dest = DEST_EXPLICIT ];


    // Time the job was created
    // Time the job was created
    optional int64 creation_time = 6;
    optional int64 creation_time = 6;