Lines Matching refs:debuggable
195 (void) property_get("ro.debuggable", value, "0");196 int debuggable = atoi(value);198 if (debuggable) {