Loading core/java/android/view/ViewRootImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -284,7 +284,7 @@ public final class ViewRootImpl implements ViewParent, * @hide */ public static final boolean LOCAL_LAYOUT = SystemProperties.getBoolean("persist.debug.local_layout", true); SystemProperties.getBoolean("persist.debug.local_layout", false); /** * Set this system property to true to force the view hierarchy to render Loading Loading
core/java/android/view/ViewRootImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -284,7 +284,7 @@ public final class ViewRootImpl implements ViewParent, * @hide */ public static final boolean LOCAL_LAYOUT = SystemProperties.getBoolean("persist.debug.local_layout", true); SystemProperties.getBoolean("persist.debug.local_layout", false); /** * Set this system property to true to force the view hierarchy to render Loading