You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/07/04 17:49:24 UTC

[2/6] android commit: Delete "CB-3064: The errorUrl is..." Log message left over from debugging presumably

Delete "CB-3064: The errorUrl is..." Log message left over from debugging presumably


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/4d18a8e5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/4d18a8e5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/4d18a8e5

Branch: refs/heads/4.0.x
Commit: 4d18a8e55fe638bb0e50a126f7dcb9b88da92198
Parents: 3bab41f
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Jul 4 11:38:16 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Jul 4 11:38:16 2014 -0400

----------------------------------------------------------------------
 framework/src/org/apache/cordova/CordovaActivity.java | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/4d18a8e5/framework/src/org/apache/cordova/CordovaActivity.java
----------------------------------------------------------------------
diff --git a/framework/src/org/apache/cordova/CordovaActivity.java b/framework/src/org/apache/cordova/CordovaActivity.java
index 1cfe265..005bad3 100755
--- a/framework/src/org/apache/cordova/CordovaActivity.java
+++ b/framework/src/org/apache/cordova/CordovaActivity.java
@@ -709,16 +709,10 @@ public class CordovaActivity extends Activity implements CordovaInterface {
      */
     protected void onResume() {
         super.onResume();
+        LOG.d(TAG, "Resuming the App");
         //Reload the configuration
         Config.init(this);
-
-        LOG.d(TAG, "Resuming the App");
         
-
-        //Code to test CB-3064
-        String errorUrl = Config.getErrorUrl();
-        LOG.d(TAG, "CB-3064: The errorUrl is " + errorUrl);
-          
         if (this.activityState == ACTIVITY_STARTING) {
             this.activityState = ACTIVITY_RUNNING;
             return;