[apps] Report telemetry events

This commit is contained in:
Romain Goyet
2020-02-13 19:07:24 -05:00
committed by Ecco
parent 5dee4a8166
commit a187f39094
3 changed files with 3 additions and 0 deletions

View File

@@ -322,6 +322,7 @@ bool ConsoleController::textFieldDidFinishEditing(TextField * textField, const c
m_inputRunLoopActive = false;
return false;
}
telemetryReportEvent("Console", text);
runAndPrintForCommand(text);
if (!sandboxIsDisplayed()) {
m_selectableTableView.reloadData();