Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Shorten the telemetry status string length
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Oct 22, 2019
1 parent 9b325e2 commit 2a3f000
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private class Method {
// TODO: Support "select_query" after providing search suggestion.
private static final String VOICE_QUERY = "voice_query";
private static final String IMMERSIVE_MODE = "immersive_mode";
private static final String TELEMETRY_STATUS = "telemetry_status";
private static final String TELEMETRY_STATUS = "status";

// How many max-windows dialogs happen / what percentage
private static final String MAX_WINDOWS_DIALOG = "max_windows_dialog";
Expand Down

0 comments on commit 2a3f000

Please sign in to comment.