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:
David Vacca
2019-06-08 07:10:41 -07:00
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;
}