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

Commit 83310bc8 authored by Soroosh Mariooryad's avatar Soroosh Mariooryad
Browse files

Adding logging constants for async ranking state in Settings search ranking

Bug: 62072727
Test: builds

Change-Id: I5743e010a1dbc8ef056db6b9d66f2a14dfe7dd59
parent 93c2838e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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
  }