Give MountingManager debug log a little more context

Summary:
see title

Changelog: [internal]

Differential Revision: D23338751

fbshipit-source-id: 0ad9d4f4a415aaab762572a11044f359d60c2de7
This commit is contained in:
Joshua Gross
2020-08-27 01:32:08 -07:00
committed by Facebook GitHub Bot
parent 792f6f69c9
commit 5e04e932a8
@@ -415,7 +415,9 @@ public class MountingManager {
new Runnable() {
@Override
public void run() {
FLog.e(TAG, "removeViewAt: [" + parentTag + "] idx: " + index + " AFTER");
FLog.e(
TAG,
"removeViewAt: [" + tag + "] -> [" + parentTag + "] idx: " + index + " AFTER");
logViewHierarchy(parentView);
}
});