From 825fccbe635b50e62a997aac32cfeb9ec50310b6 Mon Sep 17 00:00:00 2001 From: Valerie Hau Date: Mon, 27 Jan 2020 14:05:52 -0800 Subject: [PATCH] Revert to false for BLAST flag until boot time issue resolved Bug: 148229181 Test: build, boot Change-Id: Ia9ffd14c396ca3e0d84b9aaa21ba700ee88dd983 --- core/java/android/view/WindowManagerGlobal.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/java/android/view/WindowManagerGlobal.java b/core/java/android/view/WindowManagerGlobal.java index d39c3c0a5cc67..f03c4e7312830 100644 --- a/core/java/android/view/WindowManagerGlobal.java +++ b/core/java/android/view/WindowManagerGlobal.java @@ -29,7 +29,6 @@ import android.os.IBinder; import android.os.RemoteException; import android.os.ServiceManager; import android.os.SystemProperties; -import android.provider.DeviceConfig; import android.util.AndroidRuntimeException; import android.util.ArraySet; import android.util.Log; @@ -63,10 +62,7 @@ public final class WindowManagerGlobal { * This flag controls whether ViewRootImpl will utilize the Blast Adapter * to send buffer updates to SurfaceFlinger */ - public static final boolean USE_BLAST_ADAPTER = - SystemProperties.getBoolean(String.join(".", "persist.device_config", - DeviceConfig.NAMESPACE_WINDOW_MANAGER_NATIVE_BOOT, - WM_USE_BLAST_ADAPTER_FLAG), false); + public static final boolean USE_BLAST_ADAPTER = false; /** * The user is navigating with keys (not the touch screen), so