mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user