Home
last modified time | relevance | path

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

/system/logging/logd/
DLogSize.cpp95 static const bool isLowRam = android::base::GetBoolProperty("ro.config.low_ram", false); in GetBufferSizeFromProperties() local
100 if (isLowRam) { in GetBufferSizeFromProperties()