Home | History | Annotate | Download | only in libril

Lines Matching refs:debuggable

5664  * Returns true for a debuggable build.
5667 char debuggable[PROP_VALUE_MAX];
5668 property_get("ro.debuggable", debuggable, "0");
5669 if (strcmp(debuggable, "1") == 0) {