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

Commit 4c329820 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Adding privacy tags for ps dump."

parents c9c029c7 284c5c8f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -20,10 +20,17 @@ package android.os;

option java_multiple_files = true;

import "frameworks/base/libs/incident/proto/android/privacy.proto";

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

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

        // Security label, most commonly used for SELinux context data.
        optional string label = 1;
        // String representation of uid.
        optional string user = 2;
        // Process ID number.
        optional int32 pid = 3;