Reduce visibility of log() method (#38597)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/38597

Reduce visibility of log() method

changelog: [internal] internal

Reviewed By: christophpurrer

Differential Revision: D47455664

fbshipit-source-id: a41bc430fe05edb0d048050a4a0c04727f61a934
This commit is contained in:
David Vacca
2023-07-29 11:20:24 -07:00
committed by Facebook GitHub Bot
parent 3e1456311a
commit 4e8a321d3b
@@ -396,7 +396,7 @@ public class TurboModuleManager implements JSIModule, TurboModuleRegistry {
return false;
}
public static void logError(String message) {
private static void logError(String message) {
FLog.e("TurboModuleManager", message);
if (shouldRouteTurboModulesThroughInteropLayer()) {
ReactSoftExceptionLogger.logSoftException(