Lines Matching refs:debuggable
153 (void) property_get("ro.debuggable", value, "0");154 int debuggable = atoi(value);156 if (debuggable) {