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

Commit dd116a6f authored by Ats Jenk's avatar Ats Jenk
Browse files

Enable desktop mode protologs by default

Bug: 286904643
Test: m -j
Change-Id: Ib849d86ced91e95f87536cde67db9148a1f7a6e4
parent bee9e9de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ public enum ShellProtoLogGroup implements IProtoLogGroup {
            Consts.TAG_WM_SPLIT_SCREEN),
    WM_SHELL_SYSUI_EVENTS(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, false,
            Consts.TAG_WM_SHELL),
    WM_SHELL_DESKTOP_MODE(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, false,
    WM_SHELL_DESKTOP_MODE(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, true,
            Consts.TAG_WM_SHELL),
    WM_SHELL_FLOATING_APPS(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, false,
            Consts.TAG_WM_SHELL),