diff options
| author | 2020-08-13 06:45:05 +0000 | |
|---|---|---|
| committer | 2020-08-13 06:45:05 +0000 | |
| commit | bb15e95ee1d82694c6edc8a13990de47e3741d56 (patch) | |
| tree | cde977fc7bc6579ff6d11eb4ee8e0ca75bb51ea3 | |
| parent | b265a0d3639ab37c346fb27ca6c3d13020f384d7 (diff) | |
| parent | 9f77031d9cf37e3c0aec6e925bba6df999d83b22 (diff) | |
Merge "Do not log package name on privacy-indicator logs" into rvc-qpr-dev am: 9f77031d9c
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12337598
Change-Id: I6657a4c3c83881a1f1228c6717ad6e1d28218259
| -rw-r--r-- | cmds/statsd/src/atoms.proto | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index ab1d3cbd232f..d0d3d285ada2 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -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; } /** |