Merge "[Toast] Add a debug log config for app search flow." into tm-qpr-dev

This commit is contained in:
Becky Qiu
2022-09-13 00:33:26 +00:00
committed by Android (Google) Code Review
@@ -45,4 +45,9 @@ public class LogConfig {
* When turned on, we enable IME related latency related logging.
*/
public static final String IME_LATENCY_LOGGING = "ImeLatencyLogging";
/**
* When turned on, we enable web suggest appSearch related logging.
*/
public static final String WEB_APP_SEARCH_LOGGING = "WebAppSearchLogging";
}