Skip to content

Commit 02b8e67

Browse files
JoshuaGrossfacebook-github-bot
authored andcommitted
BatchMountItem debug info should log SurfaceId
Summary: See title. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D21965838 fbshipit-source-id: a3bd9d48c1fadb19a12cccaab5713cf73566bd93
1 parent 912dac2 commit 02b8e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/BatchMountItem.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public String toString() {
8181
if (s.length() > 0) {
8282
s.append("\n");
8383
}
84-
s.append("BatchMountItem (")
84+
s.append("BatchMountItem [S:" + mRootTag + "] (")
8585
.append(i + 1)
8686
.append("/")
8787
.append(mSize)

0 commit comments

Comments
 (0)