mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
BatchMountItem debug info should log SurfaceId
Summary: See title. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D21965838 fbshipit-source-id: a3bd9d48c1fadb19a12cccaab5713cf73566bd93
This commit is contained in:
committed by
Facebook GitHub Bot
parent
912dac24fc
commit
02b8e67da3
+1
-1
@@ -81,7 +81,7 @@ public class BatchMountItem implements MountItem {
|
||||
if (s.length() > 0) {
|
||||
s.append("\n");
|
||||
}
|
||||
s.append("BatchMountItem (")
|
||||
s.append("BatchMountItem [S:" + mRootTag + "] (")
|
||||
.append(i + 1)
|
||||
.append("/")
|
||||
.append(mSize)
|
||||
|
||||
Reference in New Issue
Block a user