mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 19:44:13 +00:00
make logMarker visible for consistency with logTaggedMarker
Differential Revision: D8240294 fbshipit-source-id: 8d056dc89adff41ff43c0df2f752b01ac1fb189f
This commit is contained in:
parent
1324e7b558
commit
83c990b25c
@ -37,7 +37,7 @@ typedef void(*LogTaggedMarker)(const ReactMarkerId, const char* tag);
|
||||
|
||||
extern RN_EXPORT LogTaggedMarker logTaggedMarker;
|
||||
|
||||
extern void logMarker(const ReactMarkerId markerId);
|
||||
extern RN_EXPORT void logMarker(const ReactMarkerId markerId);
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user