mirror of
https://github.com/status-im/react-native.git
synced 2025-01-28 02:04:55 +00:00
fix logging of tagged markers
Reviewed By: alexeylang Differential Revision: D5694590 fbshipit-source-id: 29e9cd7be88645e1c2c9f43d6e12261962c6ed09
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user