You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/11/28 16:07:53 UTC

[cordova-paramedic] branch janpio-misc updated: comment note for default android emulator local IP that seems a bit strange

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-misc
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git


The following commit(s) were added to refs/heads/janpio-misc by this push:
     new d7fb517  comment note for default android emulator local IP that seems a bit strange
d7fb517 is described below

commit d7fb51752e10440bab5814d18c51aec61fa2a5cd
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Nov 28 17:07:40 2018 +0100

    comment note for default android emulator local IP that seems a bit strange
---
 lib/LocalServer.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/LocalServer.js b/lib/LocalServer.js
index 4f92dcc..dd957de 100644
--- a/lib/LocalServer.js
+++ b/lib/LocalServer.js
@@ -183,7 +183,7 @@ LocalServer.prototype.getConnectionAddress = function (platformId) {
 
     switch(platformId) {
         case "android" :
-            connectionUrl = "http://10.0.2.2";
+            connectionUrl = "http://10.0.2.2"; // Is this valid? See PR #56 as well.
             break;
         case "ios"     :
         case "browser" :


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org