Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ca0231a authored by Anushree Ganjam's avatar Anushree Ganjam
Browse files

Add 0-state web data loader logs

Bug: 328525875
Test: Manual
Flag: Aconfig com.google.android.apps.nexuslauncher.zero_state_web_data_loader DEVELOPMENT

Change-Id: I8492bade13962587f301c4bec461af291fa394d1
parent 2ee174e6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";
}