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

Commit 9ced5805 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add log metrics for contextual card loading."

parents 3f4b5d08 ea9ec719
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -616,7 +616,7 @@ enum Action {
    // OS: Q
    ACTION_PANEL_INTERACTION = 1658;

    // ACTION: Show Contextual homepage, log latency in loading cards
    // ACTION: Show Contextual homepage. Log total loading latency.
    ACTION_CONTEXTUAL_HOME_SHOW = 1662;

    // ACTION: Contextual card displays
@@ -649,6 +649,15 @@ enum Action {
    ACTION_ATCSCUC = 1680;

    ACTION_ATCHNUC = 1681;

    // ACTION: Individual contextual card loading time
    ACTION_CONTEXTUAL_CARD_LOAD = 1684;

    //ACTION: Contextual card loading timeout
    ACTION_CONTEXTUAL_CARD_LOAD_TIMEOUT = 1685;

    //ACTION: Log result for each card's eligibility check
    ACTION_CONTEXTUAL_CARD_ELIGIBILITY = 1686;
}

/**
+9 −0
Original line number Diff line number Diff line
@@ -7078,6 +7078,15 @@ message MetricsEvent {
    // Open: Settings will show the conditional when Grayscale mode is on
    SETTINGS_CONDITION_GRAYSCALE_MODE = 1683;

    // ACTION: Individual contextual card loading time
    ACTION_CONTEXTUAL_CARD_LOAD = 1684;

    //ACTION: Contextual card loading timeout
    ACTION_CONTEXTUAL_CARD_LOAD_TIMEOUT = 1685;

    //ACTION: Log result for each card's eligibility check
    ACTION_CONTEXTUAL_CARD_ELIGIBILITY = 1686;

    // ---- End Q Constants, all Q constants go above this line ----
    // Add new aosp constants above this line.
    // END OF AOSP CONSTANTS