Low the priority for logging events in fabric
Reviewed By: achen1 Differential Revision: D8238957 fbshipit-source-id: f2e8bd941ac68ead4c5ed7cadfcf83a753e44cab
This commit is contained in:
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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue