mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add AppIdentity and DeviceIdentity to Inspector
Reviewed By: Hypuk Differential Revision: D5924011 fbshipit-source-id: a81d420dbe1a5ede203d2fa313548e19664b9587
This commit is contained in:
committed by
Facebook Github Bot
parent
96f23e7416
commit
da14fad829
@@ -73,7 +73,7 @@ public class ReactTestHelper {
|
||||
}
|
||||
JavaScriptExecutor executor = null;
|
||||
try {
|
||||
executor = new JSCJavaScriptExecutorFactory().create();
|
||||
executor = new JSCJavaScriptExecutorFactory("ReactTestHelperApp", "ReactTestHelperDevice").create();
|
||||
} catch (Exception e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user