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

Commit a77c28cd authored by Anushree Ganjam's avatar Anushree Ganjam Committed by Android (Google) Code Review
Browse files

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

parents 5334c821 7ca0231a
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";
}