Lines Matching refs:propertyName
43 const char* propertyName = "dalvik.vm.allocTrackerMax"; in SetProperties() local
45 if (property_get(propertyName, allocMaxString, "") > 0) { in SetProperties()
49 LOG(ERROR) << "Ignoring " << propertyName << " '" << allocMaxString in SetProperties()
59 propertyName = "dalvik.vm.recentAllocMax"; in SetProperties()
61 if (property_get(propertyName, recentAllocMaxString, "") > 0) { in SetProperties()
65 LOG(ERROR) << "Ignoring " << propertyName << " '" << recentAllocMaxString in SetProperties()
68 LOG(ERROR) << "Ignoring " << propertyName << " '" << recentAllocMaxString in SetProperties()
75 propertyName = "debug.allocTracker.stackDepth"; in SetProperties()
77 if (property_get(propertyName, stackDepthString, "") > 0) { in SetProperties()
81 LOG(ERROR) << "Ignoring " << propertyName << " '" << stackDepthString in SetProperties()
84 LOG(WARNING) << propertyName << " '" << stackDepthString << "' too large, using " in SetProperties()