Lines Matching refs:ALOGE
102 ALOGE("failed to add fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough()
110 ALOGE("failed to remove fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough()
178 ALOGE("no such netId %u", netId); in setDefaultNetwork()
182 ALOGE("cannot set default to non-physical network with netId %u", netId); in setDefaultNetwork()
193 ALOGE("cannot find previously set default network with netId %u", mDefaultNetId); in setDefaultNetwork()
366 ALOGE("invalid netId %u", netId); in createPhysicalNetworkLocked()
371 ALOGE("duplicate netId %u", netId); in createPhysicalNetworkLocked()
377 ALOGE("inconceivable! setPermission cannot fail on an empty network"); in createPhysicalNetworkLocked()
407 ALOGE("No free network ID"); in createPhysicalOemNetwork()
424 ALOGE("invalid netId %u", netId); in createVirtualNetwork()
429 ALOGE("duplicate netId %u", netId); in createVirtualNetwork()
444 ALOGE("cannot destroy local network"); in destroyNetwork()
448 ALOGE("no such netId %u", netId); in destroyNetwork()
463 ALOGE("inconceivable! removeAsDefault cannot fail on an empty network"); in destroyNetwork()
496 ALOGE("no such netId %u", netId); in addInterfaceToNetwork()
502 ALOGE("interface %s already assigned to netId %u", interface, existingNetId); in addInterfaceToNetwork()
521 ALOGE("inconceivable! added interface %s with no index", interface); in addInterfaceToNetwork()
531 ALOGE("no such netId %u", netId); in removeInterfaceFromNetwork()
562 ALOGE("no such netId %u", netId); in setPermissionForNetworks()
566 ALOGE("cannot set permissions on non-physical network with netId %u", netId); in setPermissionForNetworks()
581 ALOGE("no such netId %u", netId); in addUsersToNetwork()
585 ALOGE("cannot add users to non-virtual network with netId %u", netId); in addUsersToNetwork()
598 ALOGE("no such netId %u", netId); in removeUsersFromNetwork()
602 ALOGE("cannot remove users from non-virtual network with netId %u", netId); in removeUsersFromNetwork()
630 ALOGE("Attempting to add address %s without ifindex", address); in addInterfaceAddress()
642 ALOGE("Removing unknown address %s from ifindex %u", address, ifindex); in removeInterfaceAddress()
653 ALOGE("No record of address %s on interface %u", address, ifindex); in removeInterfaceAddress()
806 ALOGE("no such netId %u", netId); in modifyRoute()
811 ALOGE("interface %s not assigned to any netId", interface); in modifyRoute()
815 ALOGE("interface %s assigned to netId %u, not %u", interface, existingNetId, netId); in modifyRoute()
849 ALOGE("cannot find previously set default network with netId %u", mDefaultNetId); in modifyFallthroughLocked()
853 ALOGE("inconceivable! default network must be a physical network"); in modifyFallthroughLocked()