mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-01-18 13:42: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) {
|
||||
LOG.d(LOG_TAG, "Really no connectivity");
|
||||
} else {
|
||||
LOG.d(LOG_TAG, "!!! Switching to unknown");
|
||||
LOG.d(LOG_TAG, "!!! Switching to unknown, Intent states there is a connectivity.");
|
||||
sendUpdate(TYPE_UNKNOWN);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user