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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp192 (void) property_get("ro.debuggable", value, "0");
193 int debuggable = atoi(value); local
195 if (debuggable) {
/frameworks/base/tools/aapt/
H A DCommand.cpp1158 int32_t debuggable = AaptXml::getResolvedIntegerAttribute(res, tree, local
1161 fprintf(stderr, "ERROR getting 'android:debuggable' attribute: %s\n",
1165 if (debuggable != 0) {
1166 printf("application-debuggable\n");

Completed in 118 milliseconds