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

/frameworks/base/tools/aapt/
H A DCommand.cpp840 int32_t debuggable = getResolvedIntegerAttribute(&res, tree, DEBUGGABLE_ATTR, &error, 0); local
842 fprintf(stderr, "ERROR getting 'android:debuggable' attribute: %s\n", error.string());
845 if (debuggable != 0) {
846 printf("application-debuggable\n");
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp153 (void) property_get("ro.debuggable", value, "0");
154 int debuggable = atoi(value); local
156 if (debuggable) {

Completed in 72 milliseconds