Move inspector proxy out of the packager

Reviewed By: pakoito

Differential Revision: D5369099

fbshipit-source-id: ff806d784b70804181c5c54837352f66e45d1b9e
This commit is contained in:
Nurzhan Bakibayev
2017-07-10 06:15:52 -07:00
committed by Facebook Github Bot
parent f1cbb11620
commit c00abe53c3
4 changed files with 5 additions and 498 deletions

View File

@@ -13,7 +13,7 @@ public class AndroidInfoHelpers {
public static final String DEVICE_LOCALHOST = "localhost";
private static final int DEBUG_SERVER_HOST_PORT = 8081;
private static final int INSPECTOR_PROXY_PORT = 8081;
private static final int INSPECTOR_PROXY_PORT = 8082;
private static boolean isRunningOnGenymotion() {
return Build.FINGERPRINT.contains("vbox");