Searched refs: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.cpp1137 int32_t debuggable = AaptXml::getResolvedIntegerAttribute(res, tree, local
1140 fprintf(stderr, "ERROR getting 'android:debuggable' attribute: %s\n",
1144 if (debuggable != 0) {
1145 printf("application-debuggable\n");

Completed in 89 milliseconds