Move URL escaping to Inspector layer

Reviewed By: Hypuk

Differential Revision: D5967544

fbshipit-source-id: d741e6324aff7583778cb13c862505b61ca02a3d
This commit is contained in:
Paco Estevez Garcia
2017-10-04 03:32:14 -07:00
committed by Facebook Github Bot
parent eae4fe810f
commit ef2e29f54c
4 changed files with 16 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ public class AndroidInfoHelpers {
return getServerIpAddress(INSPECTOR_PROXY_PORT);
}
// FIXME(festevezga): This method is duplicated in an internal module. Any changes should be applied to both.
// WARNING(festevezga): This RN helper method has been copied to another FB-only target. Any changes should be applied to both.
public static String getFriendlyDeviceName() {
if (isRunningOnGenymotion()) {
// Genymotion already has a friendly name by default