Home
last modified time | relevance | path

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

/libnativehelper/
DJniInvocation.cpp46 char debuggable[PROP_VALUE_MAX] = {0}; in IsDebuggable() local
47 __system_property_get("ro.debuggable", debuggable); in IsDebuggable()
48 return strcmp(debuggable, "1") == 0; in IsDebuggable()