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

/system/core/init/
H A Dinit.c778 char* debuggable; local
783 // only handle keychords if ro.debuggable is set or adb is enabled.
786 debuggable = property_get("ro.debuggable");
788 if ((debuggable && !strcmp(debuggable, "1")) ||
819 char* debuggable; local
873 // only listen for keychords if ro.debuggable is true

Completed in 28 milliseconds