From 172152270982e7f6480b34c2af587e791545d014 Mon Sep 17 00:00:00 2001 From: Tiger Huang Date: Thu, 28 Apr 2022 21:24:30 +0800 Subject: [PATCH] Enable LOCAL_LAYOUT Test: regular rotation, fixed rotation, and seamless rotation Test: presubmit Bug: 161810301 Bug: 175861564 Change-Id: If9488ffc84dc5e2af106acfae425a854fb7407a2 --- core/java/android/view/ViewRootImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/view/ViewRootImpl.java b/core/java/android/view/ViewRootImpl.java index af57f3ba215f3..f06d17ae72d0b 100644 --- a/core/java/android/view/ViewRootImpl.java +++ b/core/java/android/view/ViewRootImpl.java @@ -284,7 +284,7 @@ public final class ViewRootImpl implements ViewParent, * @hide */ public static final boolean LOCAL_LAYOUT = - SystemProperties.getBoolean("persist.debug.local_layout", false); + SystemProperties.getBoolean("persist.debug.local_layout", true); /** * Set this system property to true to force the view hierarchy to render