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

Commit 945deea8 authored by Fan Zhang's avatar Fan Zhang
Browse files

Add logging constants for Settings search screen

Bug: 34204146
Test: RunSettingsRoboTests
Test: compile framework
Change-Id: I1c462cda4c3a1973ac05de300231b0939dba0b3c
parent a59e4503
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3185,6 +3185,11 @@ message MetricsEvent {
    // logged when we execute an app transition.
    APP_TRANSITION = 761;

    // ACTION: User leaves Settings search UI without entering any query.
    ACTION_LEAVE_SEARCH_RESULT_WITHOUT_QUERY = 762;

    // ACTION: Clicking on any search result in Settings.
    ACTION_CLICK_SETTINGS_SEARCH_RESULT = 763;

    // ---- End O Constants, all O constants go above this line ----