mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
c0dd11e532
Summary: ## Description This diff introduces `NativeModulePerfLogger.java`, the Android extension (a `jni::HybridClass`) to `NativeModulePerfLogger`. ### Why is this a Hybrid class? Because we have C++ and Java markers, and the perf-logger has both a Java and a C++ interface that the application must implement. `jni::Hybrid` classes are a convenient solution for these constraints. Changelog: [Android][Added] - Introduce JNativeModulePerfLogger Reviewed By: ejanzer Differential Revision: D21318052 fbshipit-source-id: 2f43853b243fa2a629068bb4aced1e3f12f038ba