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

/system/core/libcutils/
H A Dtrace.c41 // Set whether this process is debuggable, which determines whether
42 // application-level tracing is allowed when the ro.debuggable system property
44 void atrace_set_debuggable(bool debuggable) argument
46 atrace_is_debuggable = debuggable;
92 // Check whether the system is debuggable.
93 property_get("ro.debuggable", value, "0");
/system/core/init/
H A Dproperty_service.c516 char debuggable[PROP_VALUE_MAX]; local
519 ret = property_get("ro.debuggable", debuggable);
520 if (ret && (strcmp(debuggable, "1") == 0)) {
H A Dinit.c1006 char* debuggable; local
/system/core/include/cutils/
H A Dtrace.h110 * Set whether the process is debuggable. By default the process is not
111 * considered debuggable. If the process is not debuggable then application-
112 * level tracing is not allowed unless the ro.debuggable system property is
115 void atrace_set_debuggable(bool debuggable);

Completed in 759 milliseconds