Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DProperties.h49 #define PROPERTY_DEBUG "debug.hwui.level" macro
H A DProperties.cpp131 debugLevel = (DebugLevel)base::GetIntProperty(PROPERTY_DEBUG, (int)kDebugDisabled); in load()