fix logging of tagged markers

Reviewed By: alexeylang

Differential Revision: D5694590

fbshipit-source-id: 29e9cd7be88645e1c2c9f43d6e12261962c6ed09
This commit is contained in:
Ben Nham 2017-08-30 05:13:26 -07:00 committed by Facebook Github Bot
parent ce4e41ac2e
commit b7096c1136

View File

@ -81,7 +81,7 @@ public class ReactMarker {
@DoNotStrip
public static void logMarker(ReactMarkerConstants name, @Nullable String tag) {
logMarker(name, null, 0);
logMarker(name, tag, 0);
}
@DoNotStrip