mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Unconditionally log when destroying FabricUIManager
Summary: Unconditionally log when destroying FabricUIManager. Changelog: [[Internal]] Reviewed By: mmmulani Differential Revision: D17944621 fbshipit-source-id: 89f97ff966ae5b071eb0b50d888b41b264d9dab9
This commit is contained in:
committed by
Facebook Github Bot
parent
e1cfeaddd4
commit
71d2c07c6e
@@ -217,9 +217,8 @@ public class FabricUIManager implements UIManager, LifecycleEventListener {
|
||||
// This is called on the JS thread (see CatalystInstanceImpl).
|
||||
@Override
|
||||
public void onCatalystInstanceDestroy() {
|
||||
if (DEBUG) {
|
||||
FLog.d(TAG, "Destroying Catalyst Instance");
|
||||
}
|
||||
FLog.i(TAG, "FabricUIManager.onCatalystInstanceDestroy");
|
||||
|
||||
mEventDispatcher.removeBatchEventDispatchedListener(mEventBeatManager);
|
||||
mEventDispatcher.unregisterEventEmitter(FABRIC);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user