private static bool ShouldEnableTracing() { return(OSTrace.getRealLogLevel().TraceVerbose || RuntimePlatformSettings.Debug.ForceClientSideTracing.GetValue()); }
private static bool ShouldEnableTracing() { return(OSTrace.getRealLogLevel().TraceVerbose || Settings.GetBool(Settings.Configs.Compiler_ForceClientSideTracing)); }