Searched refs:debuggable (Results 1 – 1 of 1) sorted by relevance
46 char debuggable[PROP_VALUE_MAX] = {0}; in IsDebuggable() local47 __system_property_get("ro.debuggable", debuggable); in IsDebuggable()48 return strcmp(debuggable, "1") == 0; in IsDebuggable()