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

Commit d0c3b9c6 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Android (Google) Code Review
Browse files

Merge "Switched wtf in DimLayerController to warning instead" into oc-dev

parents 489edb39 f4692626
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -200,8 +200,9 @@ class DimLayerController {
                // TODO: This is a work around for b/34395537 as the dim user should have cleaned-up
                // it self when it was detached from the display. Need to investigate how the dim
                // user is leaking...
                Slog.wtfStack(TAG_WM, "Leaked dim user=" + user.toShortString()
                        + " state=" + state);
                //Slog.wtfStack(TAG_WM, "Leaked dim user=" + user.toShortString()
                //        + " state=" + state);
                Slog.w(TAG_WM, "Leaked dim user=" + user.toShortString() + " state=" + state);
                removeDimLayerUser(user);
                continue;
            }