Merge "Re-land "Enable LOCAL_LAYOUT"" into tm-qpr-dev am: b3c6384df9 am: bcac7745ac
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20106621 Change-Id: I002f7ab9fd5f604fda71064fc7ded09a6ff1c42e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -286,7 +286,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
|
||||
|
||||
Reference in New Issue
Block a user