Add more fabric logging information

Reviewed By: fkgozali

Differential Revision: D8084526

fbshipit-source-id: f59c5e60b4814229835a9eaa64bbb45242d04211
This commit is contained in:
David Vacca 2018-05-21 17:43:06 -07:00 committed by Facebook Github Bot
parent 18b8dbb9bb
commit 3bcfdc4b9f
1 changed files with 2 additions and 2 deletions

View File

@ -1064,8 +1064,8 @@ public class ReactShadowNodeImpl implements ReactShadowNode<ReactShadowNodeImpl>
result.append(" ");
}
result.append("<").append(getClass().getSimpleName()).append(" tag=").append(getReactTag()).append(" gen=")
.append(mGenerationDebugInformation);
result.append("<").append(getClass().getSimpleName()).append(" view='").append(getViewClass())
.append("' tag=").append(getReactTag()).append(" gen=").append(mGenerationDebugInformation);
if (mYogaNode != null) {
result.append(" layout='x:").append(getScreenX())
.append(" y:").append(getScreenY()).append(" w:").append(getLayoutWidth()).append(" h:")