Home
last modified time | relevance | path

Searched refs:stackDepthString (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/
Dallocation_record.cc80 char stackDepthString[PROPERTY_VALUE_MAX]; in SetProperties() local
81 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()