Add square brackets around tags in logs in FabricUIManager

Summary:
See title.

Changelog: [Internal]

Differential Revision: D23257809

fbshipit-source-id: b8e519971603506e8ae2b327582d3e3e7d65fddf
This commit is contained in:
Joshua Gross
2020-08-22 22:39:48 -07:00
committed by Facebook GitHub Bot
parent 39689bd969
commit 1d05d46e64
@@ -39,9 +39,9 @@ public class InsertMountItem implements MountItem {
public String toString() {
return "InsertMountItem ["
+ mReactTag
+ "] - parentTag: "
+ "] - parentTag: ["
+ mParentReactTag
+ " - index: "
+ "] - index: "
+ mIndex;
}
}