mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
39689bd969
commit
1d05d46e64
+2
-2
@@ -39,9 +39,9 @@ public class InsertMountItem implements MountItem {
|
||||
public String toString() {
|
||||
return "InsertMountItem ["
|
||||
+ mReactTag
|
||||
+ "] - parentTag: "
|
||||
+ "] - parentTag: ["
|
||||
+ mParentReactTag
|
||||
+ " - index: "
|
||||
+ "] - index: "
|
||||
+ mIndex;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user