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

Commit 284c5c8f authored by Kweku Adams's avatar Kweku Adams
Browse files

Adding privacy tags for ps dump.

Bug: 72393215
Test: android builds
Change-Id: I72a1793363b63c637793bade5d3d378aea11b9d8
parent a3939810
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;