Loading services/java/com/android/server/WindowManagerService.java +22 −17 Original line number Diff line number Diff line Loading @@ -9216,7 +9216,10 @@ public class WindowManagerService extends IWindowManager.Stub return; } mInLayout = true; boolean recoveringMemory = false; try { if (mForceRemoves != null) { recoveringMemory = true; // Wait a little it for things to settle down, and off we go. Loading @@ -9235,8 +9238,10 @@ public class WindowManagerService extends IWindowManager.Stub } } } } catch (RuntimeException e) { Slog.e(TAG, "Unhandled exception while force removing for memory", e); } mInLayout = true; try { performLayoutAndPlaceSurfacesLockedInner(recoveringMemory); Loading Loading
services/java/com/android/server/WindowManagerService.java +22 −17 Original line number Diff line number Diff line Loading @@ -9216,7 +9216,10 @@ public class WindowManagerService extends IWindowManager.Stub return; } mInLayout = true; boolean recoveringMemory = false; try { if (mForceRemoves != null) { recoveringMemory = true; // Wait a little it for things to settle down, and off we go. Loading @@ -9235,8 +9238,10 @@ public class WindowManagerService extends IWindowManager.Stub } } } } catch (RuntimeException e) { Slog.e(TAG, "Unhandled exception while force removing for memory", e); } mInLayout = true; try { performLayoutAndPlaceSurfacesLockedInner(recoveringMemory); Loading