Skip to content

Commit

Permalink
Add logs in RN Android
Browse files Browse the repository at this point in the history
Summary:
Easy diff that adds logs in RN Android

changelog: [internal] internal

Reviewed By: sammy-SC

Differential Revision: D33350749

fbshipit-source-id: 301702ce94b684431de3c0a1bafcf318be7aecd6
  • Loading branch information
mdvacca authored and facebook-github-bot committed Dec 29, 2021
1 parent 725bffc commit f3d0a67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ private void scheduleMountItem(
ReactMarker.logFabricMarker(ReactMarkerConstants.FABRIC_COMMIT_END, null, commitNumber);

if (ENABLE_FABRIC_LOGS) {
FLog.e(
FLog.i(
TAG,
"Statistic of Fabric commit #: "
+ commitNumber
Expand Down

0 comments on commit f3d0a67

Please sign in to comment.