Back out OSS-only change from D14811733 and fix regression in open source iOS tests

Summary: The changes made in D14811733 introduced a regression in React Native's open source iOS tests.

Reviewed By: fkgozali

Differential Revision: D14895096

fbshipit-source-id: 4307b094e3bc94e9f703b0271a95a9b318bcd49a
This commit is contained in:
Héctor Ramos
2019-04-11 12:53:53 -07:00
committed by Facebook Github Bot
parent 1da1e8c6f3
commit 335c39c895

View File

@@ -11,6 +11,10 @@
#import <React/RCTDefines.h>
#import <React/RCTUtils.h>
#ifndef RCTLOG_ENABLED
#define RCTLOG_ENABLED 1
#endif
/**
* Thresholds for logs to display a redbox. You can override these values when debugging
* in order to tweak the default logging behavior.