mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Create feature flag to log extra data in ReactWebView
Summary: This diff creates a new react feature flag to enable extra logging on React Web Views Reviewed By: RSNara Differential Revision: D15729871 fbshipit-source-id: 931d4a1b022c6a405228bf896b50ecc7a44478d1
This commit is contained in:
committed by
Facebook Github Bot
parent
9c76e14b07
commit
6236798a3f
@@ -43,4 +43,10 @@ public class ReactFeatureFlags {
|
||||
* {@link com.facebook.react.uimanager.NativeViewHierarchyManager dropView}
|
||||
*/
|
||||
public static boolean logDroppedViews = false;
|
||||
|
||||
/*
|
||||
* This feature flag enables extra logging on ReactWebViews.
|
||||
* Default value is false.
|
||||
*/
|
||||
public static boolean enableExtraWebViewLogs = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user