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

/frameworks/base/tools/aapt/
H A DCommand.cpp947 int32_t debuggable = getResolvedIntegerAttribute(&res, tree, DEBUGGABLE_ATTR, &error, 0); local
949 fprintf(stderr, "ERROR getting 'android:debuggable' attribute: %s\n", error.string());
952 if (debuggable != 0) {
953 printf("application-debuggable\n");
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp158 (void) property_get("ro.debuggable", value, "0");
159 int debuggable = atoi(value); local
161 if (debuggable) {

Completed in 102 milliseconds