mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-07 02:08:34 +08:00
fix logging of tagged markers
Reviewed By: alexeylang Differential Revision: D5694590 fbshipit-source-id: 29e9cd7be88645e1c2c9f43d6e12261962c6ed09
This commit is contained in:
committed by
Facebook Github Bot
parent
ce4e41ac2e
commit
b7096c1136
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user