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

Commit bf0678d3 authored by Massimo Carli's avatar Massimo Carli
Browse files

[91/n] Enable logcat for WM_SHELL_APP_COMPAT

Flag: EXEMPT Logging
Bug: 382423480
Test: run adb shell cmd protolog_configuration logcat enable WM_SHELL_APP_COMPAT
      checks logs are present in logcat.

Change-Id: I802fc8ec12319a4ed44363538f875545f63642c1
parent e022b0fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ public enum ShellProtoLogGroup implements IProtoLogGroup {
            Consts.TAG_WM_BUBBLES),
    WM_SHELL_COMPAT_UI(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, false,
            Consts.TAG_WM_COMPAT_UI),
    WM_SHELL_APP_COMPAT(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, false,
    WM_SHELL_APP_COMPAT(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, true,
            Consts.TAG_WM_APP_COMPAT),
    WM_SHELL_APP_HANDLES(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, false,
            Consts.TAG_WM_APP_HANDLES),