Lines Matching refs:ALOGE

401             ALOGE("unable to update the Bandwidth Uid Map: %s", toString(status).c_str());  in manipulateSpecialApps()
422 ALOGE("Invalid bytes value. 1..max_int64."); in setInterfaceSharedQuota()
451 ALOGE("Failed set quota rule"); in setInterfaceSharedQuota()
462 ALOGE("Failed update quota for %s", cost); in setInterfaceSharedQuota()
482 ALOGE("No such iface %s to delete", iface.c_str()); in removeInterfaceSharedQuota()
500 ALOGE("Failed to remove shared quota on %s", iface.c_str()); in removeInterfaceSharedQuota()
526 ALOGE("Invalid bytes value. 1..max_int64."); in setInterfaceQuota()
538 ALOGE("Failed update quota for %s", iface.c_str()); in setInterfaceQuota()
562 ALOGE("Failed set quota rule"); in setInterfaceQuota()
583 ALOGE("Reading quota %s failed (%s)", iface.c_str(), toString(file).c_str()); in getInterfaceQuota()
588 ALOGE("Reading quota %s failed (%s)", iface.c_str(), toString(rv).c_str()); in getInterfaceQuota()
601 ALOGE("No such iface %s to delete", iface.c_str()); in removeInterfaceQuota()
631 ALOGE("updateQuota: Invalid quotaName \"%s\"", quotaName.c_str()); in updateQuota()
638 ALOGE("Updating quota %s failed (%s)", quotaName.c_str(), toString(file).c_str()); in updateQuota()
670 ALOGE("Invalid bytes value. 1..max_int64."); in setGlobalAlert()
692 ALOGE("No prior alert set"); in removeGlobalAlert()
704 ALOGE("Need to have a prior shared quota set to set an alert"); in setSharedAlert()
708 ALOGE("Invalid bytes value. 1..max_int64."); in setSharedAlert()
720 ALOGE("setInterfaceAlert: Invalid iface \"%s\"", iface.c_str()); in setInterfaceAlert()
725 ALOGE("Invalid bytes value. 1..max_int64."); in setInterfaceAlert()
731 ALOGE("Need to have a prior interface quota set to set an alert"); in setInterfaceAlert()
740 ALOGE("removeInterfaceAlert: Invalid iface \"%s\"", iface.c_str()); in removeInterfaceAlert()
747 ALOGE("No prior alert set for interface %s", iface.c_str()); in removeInterfaceAlert()
759 ALOGE("setCostlyAlert: Invalid costName \"%s\"", costName.c_str()); in setCostlyAlert()
764 ALOGE("Invalid bytes value. 1..max_int64."); in setCostlyAlert()
780 ALOGE("Failed to set costly alert for %s", costName.c_str()); in setCostlyAlert()
792 ALOGE("removeCostlyAlert: Invalid costName \"%s\"", costName.c_str()); in removeCostlyAlert()
797 ALOGE("No prior alert set for %s alert", costName.c_str()); in removeCostlyAlert()
809 ALOGE("Failed to remove costly alert %s", costName.c_str()); in removeCostlyAlert()
823 ALOGE("Failed to list existing costly tables ret=%d", ret); in flushExistingCostlyTables()