summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Soroosh Mariooryad <soroosh@google.com> 2017-06-30 11:42:14 -0700
committer Soroosh Mariooryad <soroosh@google.com> 2017-07-05 13:04:01 -0700
commit83310bc8315f5e6ac3486508769cad689c2934a0 (patch)
treea904c9b8c080749fd9507be34da5ac0eeaa9ea8a
parent93c2838ec1331977e2ab064af55e308b9ac1e8c7 (diff)
Adding logging constants for async ranking state in Settings search ranking
Bug: 62072727 Test: builds Change-Id: I5743e010a1dbc8ef056db6b9d66f2a14dfe7dd59
-rw-r--r--proto/src/metrics_constants.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index 0a0fa1849de3..d13c0f926a12 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -4202,6 +4202,11 @@ message MetricsEvent {
// OS: O MR
ACTION_MOBILE_NETWORK_DATA_USAGE = 1082;
+ // FIELD - State of asynchronous ranking when Settings search result is clicked
+ // CATEGORY: SETTINGS
+ // OS: O MR
+ FIELD_SETTINGS_SEARCH_RESULT_ASYNC_RANKING_STATE = 1083;
+
// Add new aosp constants above this line.
// END OF AOSP CONSTANTS
}