mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
0ff3a421c9
Summary: This function was declared, but never defined, so calling it would crash your application. I also took this opportunity to ensure that the logging threshold is given a default value upon initialization, not just the first time `RCTGetLogThreshold()` is called. @public Reviewed By: @tadeuzagallo Differential Revision: D2475622