Flip BLAST flag.
This flag will enable the BLASTBufferQueue adapter for use by ViewRootImpl. BLASTSync and the BLASTBufferQueue in SurfaceView are still behind seperate flags. Bug: 168506246 Test: Days of manual testing on multiple devices (stressed: app switching, rotation, SurfaceView, PIP, Split-screen). Multiple presubmits. 5 passing runs of flicker. Systrace inspection. App startup perf tests. Inspection of jankstats from experiment based flip in R dogfood. Change-Id: I904185f5ab41e7d15c64d066f94e2658bff1a230
This commit is contained in:
@@ -1203,9 +1203,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
mAnimator = new WindowAnimator(this);
|
||||
mRoot = new RootWindowContainer(this);
|
||||
|
||||
mUseBLAST = DeviceConfig.getBoolean(
|
||||
DeviceConfig.NAMESPACE_WINDOW_MANAGER_NATIVE_BOOT,
|
||||
WM_USE_BLAST_ADAPTER_FLAG, false);
|
||||
mUseBLAST = true;
|
||||
|
||||
mSyncEngine = new BLASTSyncEngine(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user