Home
last modified time | relevance | path

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

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