[Toast] Add a debug log config for app search flow.

Bug: 241001264
Test: manual
Change-Id: Ifb102477278f41ebf51d736cf6f0114dadcb94ce
This commit is contained in:
Becky Qiu
2022-09-09 13:19:21 -07:00
parent d0aba60767
commit 431aed846e
@@ -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";
}