mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Guard all debug logs behind an MC
Reviewed By: PeteTheHeat Differential Revision: D21292280 fbshipit-source-id: 1701a945f126f35a53417b57e3162372d39e75f1
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3fb37b4326
commit
97bc0845ec
@@ -23,6 +23,9 @@ public class ReactFeatureFlags {
|
||||
*/
|
||||
public static volatile boolean useTurboModules = false;
|
||||
|
||||
/** Should we output debug logs to debug the TurboModule infra? */
|
||||
public static volatile boolean enableTurboModuleDebugLogs = false;
|
||||
|
||||
/*
|
||||
* This feature flag enables logs for Fabric
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user