mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-13 14:41:03 +08:00
Delete "CB-3064: The errorUrl is..." Log message left over from debugging presumably
This commit is contained in:
parent
3bab41f138
commit
4d18a8e55f
@ -709,16 +709,10 @@ public class CordovaActivity extends Activity implements CordovaInterface {
|
|||||||
*/
|
*/
|
||||||
protected void onResume() {
|
protected void onResume() {
|
||||||
super.onResume();
|
super.onResume();
|
||||||
|
LOG.d(TAG, "Resuming the App");
|
||||||
//Reload the configuration
|
//Reload the configuration
|
||||||
Config.init(this);
|
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) {
|
if (this.activityState == ACTIVITY_STARTING) {
|
||||||
this.activityState = ACTIVITY_RUNNING;
|
this.activityState = ACTIVITY_RUNNING;
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user