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:
Joshua Gross
2020-06-09 23:20:34 -07:00
committed by Facebook GitHub Bot
parent 912dac24fc
commit 02b8e67da3
@@ -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)