Home
last modified time | relevance | path

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

/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp214 bool appDebuggable = prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) > 0; in isDebuggable() local
224 appDebuggable ? "true" : "false", platformDebuggable ? "true" : "false"); in isDebuggable()
226 return appDebuggable || platformDebuggable; in isDebuggable()