Searched refs:stackDepthString (Results 1 – 1 of 1) sorted by relevance
80 char stackDepthString[PROPERTY_VALUE_MAX]; in SetProperties() local81 if (property_get(propertyName, stackDepthString, "") > 0) { in SetProperties()83 size_t value = strtoul(stackDepthString, &end, 10); in SetProperties()85 LOG(ERROR) << "Ignoring " << propertyName << " '" << stackDepthString in SetProperties()88 LOG(WARNING) << propertyName << " '" << stackDepthString << "' too large, using " in SetProperties()