mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-02 06:45:02 +08:00
Expose executor name in ReactInstanceManager
Reviewed By: achen1 Differential Revision: D9231741 fbshipit-source-id: 34e616844c35b8cf8c7fb9760669a8905c3b86c5
This commit is contained in:
committed by
Facebook Github Bot
parent
3072d599c9
commit
f71c6b6feb
@@ -837,6 +837,10 @@ public class ReactInstanceManager {
|
||||
return mLifecycleState;
|
||||
}
|
||||
|
||||
public String getJsExecutorName() {
|
||||
return mJavaScriptExecutorFactory.toString();
|
||||
}
|
||||
|
||||
@ThreadConfined(UI)
|
||||
private void onReloadWithJSDebugger(JavaJSExecutor.Factory jsExecutorFactory) {
|
||||
Log.d(ReactConstants.TAG, "ReactInstanceManager.onReloadWithJSDebugger()");
|
||||
|
||||
Reference in New Issue
Block a user