зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1068739 - Record position of search suggestion that was tapped in telemetry. r=mfinkle
This commit is contained in:
Родитель
cbf3e3251b
Коммит
85d924885e
|
@ -109,7 +109,7 @@ public class SuggestionsFragment extends Fragment {
|
|||
view.getGlobalVisibleRect(startBounds);
|
||||
|
||||
// The user tapped on a suggestion from the search engine.
|
||||
Telemetry.sendUIEvent(TelemetryContract.Event.SEARCH, TelemetryContract.Method.SUGGESTION, "suggest");
|
||||
Telemetry.sendUIEvent(TelemetryContract.Event.SEARCH, TelemetryContract.Method.SUGGESTION, position);
|
||||
|
||||
searchListener.onSearch(suggestion.value, new SuggestionAnimation() {
|
||||
@Override
|
||||
|
|
Загрузка…
Ссылка в новой задаче