mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-05 09:29:07 +08:00
Add logging to debug Fabric diffing algorithm
Reviewed By: achen1 Differential Revision: D7319185 fbshipit-source-id: fe47c21db5e1415aebe806f0d74b1f65f667a397
This commit is contained in:
committed by
Facebook Github Bot
parent
7d3de1016a
commit
cc3d45d2e9
@@ -28,4 +28,9 @@ public class ViewAtIndex {
|
||||
mTag = tag;
|
||||
mIndex = index;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "[" + mIndex + ", " + mTag + "]";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user