Skip to content

Commit

Permalink
Reduce visibility of log() method (#38597)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #38597

Reduce visibility of log() method

changelog: [internal] internal

Reviewed By: christophpurrer

Differential Revision: D47455664

fbshipit-source-id: a41bc430fe05edb0d048050a4a0c04727f61a934
  • Loading branch information
mdvacca authored and facebook-github-bot committed Jul 29, 2023
1 parent 3e14563 commit 4e8a321
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ public boolean hasModule(String moduleName) {
return false;
}

public static void logError(String message) {
private static void logError(String message) {
FLog.e("TurboModuleManager", message);
if (shouldRouteTurboModulesThroughInteropLayer()) {
ReactSoftExceptionLogger.logSoftException(
Expand Down

0 comments on commit 4e8a321

Please sign in to comment.