mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-20 07:44:29 +08:00
Cleanup Platform
Reviewed By: dcaspi Differential Revision: D5185504 fbshipit-source-id: 4f7e9f9068598418b346a7370f6be241a0784b60
This commit is contained in:
committed by
Facebook Github Bot
parent
f7c89b4187
commit
81c2f3b189
@@ -11,20 +11,20 @@ namespace react {
|
||||
#endif
|
||||
|
||||
namespace ReactMarker {
|
||||
LogTaggedMarker logTaggedMarker = nullptr;
|
||||
|
||||
LogTaggedMarker logTaggedMarker = nullptr;
|
||||
void logMarker(const ReactMarkerId markerId) {
|
||||
logTaggedMarker(markerId, nullptr);
|
||||
}
|
||||
};
|
||||
|
||||
namespace PerfLogging {
|
||||
InstallNativeHooks installNativeHooks = nullptr;
|
||||
};
|
||||
}
|
||||
|
||||
namespace JSCNativeHooks {
|
||||
|
||||
namespace JSNativeHooks {
|
||||
Hook loggingHook = nullptr;
|
||||
Hook nowHook = nullptr;
|
||||
ConfigurationHook installPerfHooks = nullptr;
|
||||
|
||||
}
|
||||
|
||||
#if __clang__
|
||||
|
||||
Reference in New Issue
Block a user