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

Commit 29aaef38 authored by helencheuk's avatar helencheuk
Browse files

[Contextual Edu] Fix metric sequence

Education Type should be the first param to send according to the atom ContextualEducationTriggered defined in sysui_extension_atoms.proto

Bug: 372428207
Test: Correct gesture types and ui types are able to show in Metric tester
Flag: com.android.systemui.keyboard_touchpad_contextual_education
Change-Id: I5911b3ec046a04decf5718aeaed4ccc1937fafe0
parent 68a2e190
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,8 +42,8 @@ class ContextualEducationMetricsLogger @Inject constructor() {
            }
        SysUiStatsLog.write(
            SysUiStatsLog.CONTEXTUAL_EDUCATION_TRIGGERED,
            statsGestureType,
            statsEducationType,
            statsGestureType,
        )
    }
}