Lines Matching refs:ALOGE
99 ALOGE("failed to add fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough()
107 ALOGE("failed to remove fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough()
159 ALOGE("no such netId %u", netId); in setDefaultNetwork()
163 ALOGE("cannot set default to non-physical network with netId %u", netId); in setDefaultNetwork()
174 ALOGE("cannot find previously set default network with netId %u", mDefaultNetId); in setDefaultNetwork()
317 ALOGE("invalid netId %u", netId); in createPhysicalNetwork()
322 ALOGE("duplicate netId %u", netId); in createPhysicalNetwork()
328 ALOGE("inconceivable! setPermission cannot fail on an empty network"); in createPhysicalNetwork()
340 ALOGE("invalid netId %u", netId); in createVirtualNetwork()
345 ALOGE("duplicate netId %u", netId); in createVirtualNetwork()
359 ALOGE("cannot destroy local network"); in destroyNetwork()
363 ALOGE("no such netId %u", netId); in destroyNetwork()
379 ALOGE("inconceivable! removeAsDefault cannot fail on an empty network"); in destroyNetwork()
400 ALOGE("no such netId %u", netId); in addInterfaceToNetwork()
406 ALOGE("interface %s already assigned to netId %u", interface, existingNetId); in addInterfaceToNetwork()
416 ALOGE("no such netId %u", netId); in removeInterfaceFromNetwork()
448 ALOGE("no such netId %u", netId); in setPermissionForNetworks()
452 ALOGE("cannot set permissions on non-physical network with netId %u", netId); in setPermissionForNetworks()
469 ALOGE("no such netId %u", netId); in addUsersToNetwork()
473 ALOGE("cannot add users to non-virtual network with netId %u", netId); in addUsersToNetwork()
486 ALOGE("no such netId %u", netId); in removeUsersFromNetwork()
490 ALOGE("cannot remove users from non-virtual network with netId %u", netId); in removeUsersFromNetwork()
612 ALOGE("no such netId %u", netId); in modifyRoute()
617 ALOGE("interface %s not assigned to any netId", interface); in modifyRoute()
621 ALOGE("interface %s assigned to netId %u, not %u", interface, existingNetId, netId); in modifyRoute()
648 ALOGE("cannot find previously set default network with netId %u", mDefaultNetId); in modifyFallthroughLocked()
652 ALOGE("inconceivable! default network must be a physical network"); in modifyFallthroughLocked()