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

Commit 2684dc5d authored by Jonathan Miranda's avatar Jonathan Miranda Committed by Android (Google) Code Review
Browse files

Merge "Add LogConfig.DoodleLogging so doodle logs can be enabled via adb." into ub-launcher3-master

parents d6eed66f d1589d47
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -28,4 +28,9 @@ public class LogConfig {
     * When turned on, icon cache is only fetched from memory and not disk.
     */
    public static final String MEMORY_ONLY_ICON_CACHE = "MemoryOnlyIconCache";

    /**
     * When turned on, we enable doodle related logging.
     */
    public static final String DOODLE_LOGGING = "DoodleLogging";
}