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

Commit caef6bfd 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

am: 4a724cb5

Change-Id: Iaf861b4ec0738daa05002a9060dada4612a6a5d9
parents fb5e57cd 4a724cb5
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;
            }