Lines Matching refs:ALOGE
106 ALOGE("failed to add fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough()
114 ALOGE("failed to remove fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough()
183 ALOGE("no such netId %u", netId); in setDefaultNetwork()
187 ALOGE("cannot set default to non-physical network with netId %u", netId); in setDefaultNetwork()
198 ALOGE("cannot find previously set default network with netId %u", mDefaultNetId); in setDefaultNetwork()
403 ALOGE("invalid netId %u", netId); in createPhysicalNetworkLocked()
408 ALOGE("duplicate netId %u", netId); in createPhysicalNetworkLocked()
414 ALOGE("inconceivable! setPermission cannot fail on an empty network"); in createPhysicalNetworkLocked()
444 ALOGE("No free network ID"); in createPhysicalOemNetwork()
462 ALOGE("invalid netId %u", netId); in createVirtualNetwork()
467 ALOGE("duplicate netId %u", netId); in createVirtualNetwork()
472 ALOGE("invalid vpnType %d", static_cast<int>(vpnType)); in createVirtualNetwork()
487 ALOGE("cannot destroy local or unreachable network"); in destroyNetwork()
491 ALOGE("no such netId %u", netId); in destroyNetwork()
506 ALOGE("inconceivable! removeAsDefault cannot fail on an empty network"); in destroyNetwork()
539 ALOGE("no such netId %u", netId); in addInterfaceToNetwork()
545 ALOGE("interface %s already assigned to netId %u", interface, existingNetId); in addInterfaceToNetwork()
564 ALOGE("inconceivable! added interface %s with no index", interface); in addInterfaceToNetwork()
574 ALOGE("no such netId %u", netId); in removeInterfaceFromNetwork()
605 ALOGE("no such netId %u", netId); in setPermissionForNetworks()
609 ALOGE("cannot set permissions on non-physical network with netId %u", netId); in setPermissionForNetworks()
624 ALOGE("no such netId %u", netId); in isWrongNetworkForUidRanges()
628 ALOGE("cannot add/remove users to/from %s network %u", network->getTypeString().c_str(), in isWrongNetworkForUidRanges()
675 ALOGE("Attempting to add address %s without ifindex", address); in addInterfaceAddress()
687 ALOGE("Removing unknown address %s from ifindex %u", address, ifindex); in removeInterfaceAddress()
698 ALOGE("No record of address %s on interface %u", address, ifindex); in removeInterfaceAddress()
940 ALOGE("uid %u can't select networks other than %u.", uid, virtualNetwork->getNetId()); in checkUserNetworkAccessLocked()
969 ALOGE("no such netId %u", netId); in modifyRoute()
974 ALOGE("interface %s not assigned to any netId", interface); in modifyRoute()
978 ALOGE("interface %s assigned to netId %u, not %u", interface, existingNetId, netId); in modifyRoute()
1014 ALOGE("cannot find previously set default network with netId %u", mDefaultNetId); in modifyFallthroughLocked()
1018 ALOGE("inconceivable! default network must be a physical network"); in modifyFallthroughLocked()