Loading services/core/java/com/android/server/wm/DimLayerController.java +3 −2 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
services/core/java/com/android/server/wm/DimLayerController.java +3 −2 Original line number Diff line number Diff line Loading @@ -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; } Loading