Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/graphicsenv/
H A DGraphicsEnv.cpp211 bool appDebuggable = prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) > 0; in isDebuggable() local
221 appDebuggable ? "true" : "false", platformDebuggable ? "true" : "false"); in isDebuggable()
223 return appDebuggable || platformDebuggable; in isDebuggable()