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:
David Vacca
2019-02-22 13:46:37 -08:00
committed by Facebook Github Bot
parent 37d04a5f5f
commit eae89d829f
@@ -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;
}
}