Do not log package name on privacy-indicator logs

as requested by privacy review.

Bug: 162547999
Test: Built
Change-Id: I9333facfdc39cc7a344c5671f487928977f5d82e
This commit is contained in:
Philip P. Moltmann
2020-08-07 17:59:02 -07:00
parent 4eb63b672f
commit 9334f7aba7

View File

@@ -4420,15 +4420,12 @@ message PrivacyIndicatorsInteracted {
UNKNOWN = 0;
CHIP_VIEWED = 1;
CHIP_CLICKED = 2;
DIALOG_PRIVACY_SETTINGS = 3;
reserved 3; // Used only in beta builds, never shipped
DIALOG_DISMISS = 4;
DIALOG_LINE_ITEM = 5;
}
optional Type type = 1 [(state_field_option).exclusive_state = true];
// Used if the type is LINE_ITEM
optional string package_name = 2;
}
/**