mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-01-19 05:52:49 +08:00
more logging to trigger a new build.
This commit is contained in:
parent
cafdd673d5
commit
394452aad1
@ -184,7 +184,7 @@ public class NetworkManager extends CordovaPlugin {
|
|||||||
if(noConnectivity) {
|
if(noConnectivity) {
|
||||||
LOG.d(LOG_TAG, "Really no connectivity");
|
LOG.d(LOG_TAG, "Really no connectivity");
|
||||||
} else {
|
} else {
|
||||||
LOG.d(LOG_TAG, "!!! Switching to unknown");
|
LOG.d(LOG_TAG, "!!! Switching to unknown, Intent states there is a connectivity.");
|
||||||
sendUpdate(TYPE_UNKNOWN);
|
sendUpdate(TYPE_UNKNOWN);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user