mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-06 09:17:55 +08:00
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