Guard all debug logs behind an MC

Reviewed By: PeteTheHeat

Differential Revision: D21292280

fbshipit-source-id: 1701a945f126f35a53417b57e3162372d39e75f1
This commit is contained in:
Ramanpreet Nara
2020-04-29 09:13:45 -07:00
committed by Facebook GitHub Bot
parent 3fb37b4326
commit 97bc0845ec
4 changed files with 42 additions and 27 deletions
@@ -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
*/