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

Commit 4a724cb5 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by android-build-merger
Browse files

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

am: d0c3b9c6

Change-Id: Ia75c5e478341cac25a7783ee058edd89bd05e7e8
parents 89d3d2ae d0c3b9c6
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;
            }