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