mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-13 09:21:46 +08:00
Low the priority for logging events in fabric
Reviewed By: achen1 Differential Revision: D8238957 fbshipit-source-id: f2e8bd941ac68ead4c5ed7cadfcf83a753e44cab
This commit is contained in:
committed by
Facebook Github Bot
parent
0964135a17
commit
b2b2caa344
@@ -487,7 +487,7 @@ public class FabricUIManager implements UIManager, JSHandler {
|
||||
long context = mJSContext.get();
|
||||
long eventTarget = mBinding.createEventTarget(context, instanceHandle);
|
||||
if (DEBUG) {
|
||||
Log.e(
|
||||
Log.d(
|
||||
TAG,
|
||||
"Created EventTarget: " + eventTarget + " for tag: " + reactTag + " with instanceHandle: " + instanceHandle);
|
||||
}
|
||||
@@ -509,7 +509,7 @@ public class FabricUIManager implements UIManager, JSHandler {
|
||||
@Override
|
||||
public void invoke(long eventTarget, String name, WritableMap params) {
|
||||
if (DEBUG) {
|
||||
Log.e(
|
||||
Log.d(
|
||||
TAG,
|
||||
"Dispatching event for target: " + eventTarget);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user