mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add logging for BatchMountItem
Summary: trivial diff to add logging in BatchMountItem Reviewed By: JoshuaGross Differential Revision: D14142307 fbshipit-source-id: 39ca5dd00a0beed9e6a7baf5434d82f9d26381c4
This commit is contained in:
committed by
Facebook Github Bot
parent
37d04a5f5f
commit
eae89d829f
+5
@@ -49,4 +49,9 @@ public class BatchMountItem implements MountItem {
|
||||
|
||||
Systrace.endSection(Systrace.TRACE_TAG_REACT_JAVA_BRIDGE);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "BatchMountItem - size " + mMountItems.length;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user