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

Commit f4692626 authored by Wale Ogunwale's avatar Wale Ogunwale
Browse files

Switched wtf in DimLayerController to warning instead

Test: N/A
Bug: 34395537
Change-Id: I4fe852e6bb236a83cf70893065f5e72122a6459e
parent 1ed27714
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;
            }