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

Commit 3fb807ab authored by Arpan Kaphle's avatar Arpan Kaphle Committed by Android (Google) Code Review
Browse files

Merge "[Metrics] Use the correct cutoff param" into main

parents 56ea81d4 349c0892
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -268,7 +268,7 @@ public class RequestSessionMetric {
     * @param createOrCredentialType the string type to collect when an entry is tapped by the user
     */
    public void collectChosenClassType(String createOrCredentialType) {
        String truncatedType = generateMetricKey(createOrCredentialType, DELTA_EXCEPTION_CUT);
        String truncatedType = generateMetricKey(createOrCredentialType, DELTA_RESPONSES_CUT);
        try {
            mChosenProviderFinalPhaseMetric.setChosenClassType(truncatedType);
        } catch (Exception e) {