diff options
| author | 2017-11-08 16:23:43 -0800 | |
|---|---|---|
| committer | 2017-11-08 16:23:43 -0800 | |
| commit | 8fe975412d2f248d50f9e173f2c50c43b9d06aa4 (patch) | |
| tree | 496aa4b6ff3e418fc238231c81ce1bc3b25ca867 | |
| parent | eac26194e8890e5e2b0f47ca3c0dee40e0882f92 (diff) | |
Add metric for private dns dialog
1. DIALOG_PRIVATE_DNS
2. ACTION_PRIVATE_DNS_MODE
Bug: 68030013
Test: Build
Change-Id: I9f5aa7611ab6be27bd35ca99cc97197cfdf2ab7a
| -rw-r--r-- | proto/src/metrics_constants.proto | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index d3dcf5a2f85f..8e93d1982a79 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -4680,6 +4680,16 @@ message MetricsEvent { // OS: P DIALOG_FIRMWARE_VERSION = 1247; + // OPEN: Settings > Network & internet > Menu > Private DNS + // CATEGORY: SETTINGS + // OS: P + DIALOG_PRIVATE_DNS = 1248; + + // ACTION: A private dns mode been selected by user + // CATEGORY: SETTINGS + // OS: P + ACTION_PRIVATE_DNS_MODE = 1249; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS } |