Lines Matching refs:propertyName
47 const char* propertyName = "dalvik.vm.allocTrackerMax"; in SetProperties() local
49 if (property_get(propertyName, allocMaxString, "") > 0) { in SetProperties()
53 LOG(ERROR) << "Ignoring " << propertyName << " '" << allocMaxString in SetProperties()
63 propertyName = "dalvik.vm.recentAllocMax"; in SetProperties()
65 if (property_get(propertyName, recentAllocMaxString, "") > 0) { in SetProperties()
69 LOG(ERROR) << "Ignoring " << propertyName << " '" << recentAllocMaxString in SetProperties()
72 LOG(ERROR) << "Ignoring " << propertyName << " '" << recentAllocMaxString in SetProperties()
79 propertyName = "debug.allocTracker.stackDepth"; in SetProperties()
81 if (property_get(propertyName, stackDepthString, "") > 0) { in SetProperties()
85 LOG(ERROR) << "Ignoring " << propertyName << " '" << stackDepthString in SetProperties()
88 LOG(WARNING) << propertyName << " '" << stackDepthString << "' too large, using " in SetProperties()