• Home
  • Raw
  • Download

Lines Matching refs:ALOGE

103             ALOGE("failed to add fallthrough to %s for VPN netId %u", physicalInterface.c_str(),  in modifyFallthrough()
111 ALOGE("failed to remove fallthrough to %s for VPN netId %u", physicalInterface.c_str(), in modifyFallthrough()
163 ALOGE("no such netId %u", netId); in setDefaultNetwork()
167 ALOGE("cannot set default to non-physical network with netId %u", netId); in setDefaultNetwork()
178 ALOGE("cannot find previously set default network with netId %u", mDefaultNetId); in setDefaultNetwork()
357 ALOGE("invalid netId %u", netId); in createPhysicalNetworkLocked()
362 ALOGE("duplicate netId %u", netId); in createPhysicalNetworkLocked()
368 ALOGE("inconceivable! setPermission cannot fail on an empty network"); in createPhysicalNetworkLocked()
398 ALOGE("No free network ID"); in createPhysicalOemNetwork()
415 ALOGE("invalid netId %u", netId); in createVirtualNetwork()
420 ALOGE("duplicate netId %u", netId); in createVirtualNetwork()
435 ALOGE("cannot destroy local network"); in destroyNetwork()
439 ALOGE("no such netId %u", netId); in destroyNetwork()
454 ALOGE("inconceivable! removeAsDefault cannot fail on an empty network"); in destroyNetwork()
487 ALOGE("no such netId %u", netId); in addInterfaceToNetwork()
493 ALOGE("interface %s already assigned to netId %u", interface, existingNetId); in addInterfaceToNetwork()
505 ALOGE("inconceivable! added interface %s with no index", interface); in addInterfaceToNetwork()
514 ALOGE("no such netId %u", netId); in removeInterfaceFromNetwork()
545 ALOGE("no such netId %u", netId); in setPermissionForNetworks()
549 ALOGE("cannot set permissions on non-physical network with netId %u", netId); in setPermissionForNetworks()
564 ALOGE("no such netId %u", netId); in addUsersToNetwork()
568 ALOGE("cannot add users to non-virtual network with netId %u", netId); in addUsersToNetwork()
581 ALOGE("no such netId %u", netId); in removeUsersFromNetwork()
585 ALOGE("cannot remove users from non-virtual network with netId %u", netId); in removeUsersFromNetwork()
608 ALOGE("Attempting to add address %s without ifindex", address); in addInterfaceAddress()
620 ALOGE("Removing unknown address %s from ifindex %u", address, ifindex); in removeInterfaceAddress()
631 ALOGE("No record of address %s on interface %u", address, ifindex); in removeInterfaceAddress()
636 ALOGE("Interface index %u was never in a currently-connected netId", ifindex); in removeInterfaceAddress()
783 ALOGE("no such netId %u", netId); in modifyRoute()
788 ALOGE("interface %s not assigned to any netId", interface); in modifyRoute()
792 ALOGE("interface %s assigned to netId %u, not %u", interface, existingNetId, netId); in modifyRoute()
819 ALOGE("cannot find previously set default network with netId %u", mDefaultNetId); in modifyFallthroughLocked()
823 ALOGE("inconceivable! default network must be a physical network"); in modifyFallthroughLocked()