Low the priority for logging events in fabric

Reviewed By: achen1

Differential Revision: D8238957

fbshipit-source-id: f2e8bd941ac68ead4c5ed7cadfcf83a753e44cab
This commit is contained in:
David Vacca 2018-06-01 17:01:42 -07:00 committed by Facebook Github Bot
parent 0964135a17
commit b2b2caa344
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}