mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
3e1456311a
commit
4e8a321d3b
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user