[OneSearch] Log events with timestamp into logcat for debugging.

Bug: 199289915
Test: example log: https://paste.googleplex.com/5741834610409472
Change-Id: I24b2e68b36cb897ae3e6ccc38cf0561d38af6751
This commit is contained in:
Becky Qiu
2021-10-04 17:17:05 -07:00
parent ca76de0e6e
commit f11ecb7f59
2 changed files with 12 additions and 0 deletions

View File

@@ -35,4 +35,9 @@ public class LogConfig {
* When turned on, we enable doodle related logging.
*/
public static final String DOODLE_LOGGING = "DoodleLogging";
/**
* When turned on, we enable suggest related logging.
*/
public static final String SEARCH_LOGGING = "SearchLogging";
}