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

/frameworks/base/tools/aapt/
H A DCommand.cpp835 int32_t debuggable = getResolvedIntegerAttribute(&res, tree, DEBUGGABLE_ATTR, &error, 0); local
837 fprintf(stderr, "ERROR getting 'android:debuggable' attribute: %s\n", error.string());
840 if (debuggable != 0) {
841 printf("application-debuggable\n");

Completed in 279 milliseconds