mirror of
https://github.com/status-im/react-native.git
synced 2025-02-27 00:20:31 +00:00
ReactInstanceManager: post executor name with CREATE_REACT_CONTEXT_START
marker
Summary: Adds the name of the active JS executor when logging the `CREATE_REACT_CONTEXT_START` marker. Reviewed By: fromcelticpark Differential Revision: D7800760 fbshipit-source-id: d5090a9f90cf4b7bcfb7218e75621becebd70675
This commit is contained in:
parent
8e3105dbce
commit
fa25311d27
@ -1067,7 +1067,7 @@ public class ReactInstanceManager {
|
||||
JavaScriptExecutor jsExecutor,
|
||||
JSBundleLoader jsBundleLoader) {
|
||||
Log.d(ReactConstants.TAG, "ReactInstanceManager.createReactContext()");
|
||||
ReactMarker.logMarker(CREATE_REACT_CONTEXT_START);
|
||||
ReactMarker.logMarker(CREATE_REACT_CONTEXT_START, jsExecutor.getName());
|
||||
final ReactApplicationContext reactContext = new ReactApplicationContext(mApplicationContext);
|
||||
|
||||
NativeModuleCallExceptionHandler exceptionHandler = mNativeModuleCallExceptionHandler != null
|
||||
|
Loading…
x
Reference in New Issue
Block a user