Merge "Re-land "Enable LOCAL_LAYOUT"" into tm-qpr-dev

This commit is contained in:
Tiger Huang
2022-10-14 13:00:03 +00:00
committed by Android (Google) Code Review

View File

@@ -284,7 +284,7 @@ public final class ViewRootImpl implements ViewParent,
* @hide * @hide
*/ */
public static final boolean LOCAL_LAYOUT = 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 * Set this system property to true to force the view hierarchy to render