Merge "Add 0-state web data loader logs" into main

This commit is contained in:
Anushree Ganjam
2024-05-14 23:13:03 +00:00
committed by Android (Google) Code Review

View File

@@ -70,4 +70,10 @@ public class LogConfig {
* When turned on, we enable long press nav handle related logging.
*/
public static final String NAV_HANDLE_LONG_PRESS = "NavHandleLongPress";
/**
* When turned on, we enable zero state web data loader related logging.
*/
public static final String ZERO_WEB_DATA_LOADER = "ZeroStateWebDataLoaderLog";
}