Home
last modified time | relevance | path

Searched refs:debuggable (Results 1 – 25 of 98) sorted by relevance

1234

/system/core/llkd/
DAndroid.bp29 debuggable: {
53 debuggable: {
54 init_rc: ["llkd-debuggable.rc"],
Dllkd-debuggable.rc1 on property:ro.debuggable=1
6 setprop llk.enable ${ro.debuggable:-0}
9 setprop khungtask.enable ${ro.debuggable:-0}
Dllkd.rc2 on property:ro.debuggable=*
35 start llkd-${ro.debuggable:-0}
/system/sepolicy/prebuilts/api/29.0/private/
Drunas_app.te9 # when using run-as on a debuggable app. Used to run lldb/ndk-gdb/simpleperf,
13 # Allow lldb/ndk-gdb/simpleperf to read maps of debuggable app processes.
16 # Allow lldb/ndk-gdb/simpleperf to ptrace attach to debuggable app processes.
Dapex_test_prepostinstall.te4 # in debuggable builds.
/system/sepolicy/prebuilts/api/30.0/private/
Drunas_app.te9 # when using run-as on a debuggable app. Used to run lldb/ndk-gdb/simpleperf,
13 # Allow lldb/ndk-gdb/simpleperf to read maps of debuggable app processes.
16 # Allow lldb/ndk-gdb/simpleperf to ptrace attach to debuggable app processes.
29 # Allow runas_app to call perf_event_open for profiling debuggable app
Dapex_test_prepostinstall.te4 # in debuggable builds.
/system/sepolicy/private/
Drunas_app.te9 # when using run-as on a debuggable app. Used to run lldb/ndk-gdb/simpleperf,
13 # Allow lldb/ndk-gdb/simpleperf to read maps of debuggable app processes.
16 # Allow lldb/ndk-gdb/simpleperf to ptrace attach to debuggable app processes.
29 # Allow runas_app to call perf_event_open for profiling debuggable app
Dapex_test_prepostinstall.te4 # in debuggable builds.
/system/sepolicy/prebuilts/api/31.0/private/
Drunas_app.te9 # when using run-as on a debuggable app. Used to run lldb/ndk-gdb/simpleperf,
13 # Allow lldb/ndk-gdb/simpleperf to read maps of debuggable app processes.
16 # Allow lldb/ndk-gdb/simpleperf to ptrace attach to debuggable app processes.
29 # Allow runas_app to call perf_event_open for profiling debuggable app
Dapex_test_prepostinstall.te4 # in debuggable builds.
/system/core/libpackagelistparser/
Dpackagelistparser.cpp67 int debuggable; in parse_line() local
72 sscanf(line, "%ms %lu %d %ms %ms %ms %d %ld", &info->name, &uid, &debuggable, &info->data_dir, in parse_line()
95 info->debuggable = debuggable; in parse_line()
Dpackagelistparser_test.cpp52 ASSERT_FALSE(packages[0]->debuggable); in TEST()
61 ASSERT_TRUE(packages[1]->debuggable); in TEST()
71 ASSERT_FALSE(packages[2]->debuggable); in TEST()
82 ASSERT_FALSE(packages[3]->debuggable); in TEST()
/system/linkerconfig/contents/common/
Dsystem_links.cc45 const bool debuggable = android::base::GetBoolProperty("ro.debuggable", false); in AddStandardSystemLinks() local
56 if (debuggable) { in AddStandardSystemLinks()
/system/core/rootdir/
Dadb_debug.prop9 ro.debuggable=1
12 ro.force.debuggable=1
/system/core/fs_mgr/
Dclean_scratch_files.rc1 on post-fs-data && property:ro.debuggable=1
DAndroid.bp113 debuggable: {
228 debuggable: {
251 debuggable: {
/system/core/libpackagelistparser/include/packagelistparser/
Dpackagelistparser.h40 bool debuggable; member
/system/nfc/src/
DAndroid.bp74 debuggable: {
109 debuggable: {
/system/extras/simpleperf/simpleperf_app_runner/
Dsimpleperf_app_runner.cpp192 if (info->debuggable) { in main()
221 if (!(info->debuggable || info->profileable_from_shell)) { in main()
/system/sepolicy/public/
Dsimpleperf_app_runner.te30 # simpleperf_app_runner writes app type (debuggable or profileable) to pipe fds.
/system/sepolicy/prebuilts/api/31.0/public/
Dsimpleperf_app_runner.te30 # simpleperf_app_runner writes app type (debuggable or profileable) to pipe fds.
/system/core/bootstat/
DAndroid.bp78 debuggable: {
/system/extras/simpleperf/doc/
Dandroid_application_profiling.md35 For the debug build type, Android studio sets android::debuggable="true" in AndroidManifest.xml,
41 For the release build type, Android studio sets android::debuggable="false" in AndroidManifest.xml,
43 with android::debuggable set to true can be profiled. So simpleperf can only profile a release
61 Step 1: Add android::debuggable="true" in AndroidManifest.xml to enable profiling.
64 <application android::debuggable="true" ...>
302 2. Link simpleperf app_api code in the application. The app needs to be debuggable or
/system/libhidl/libhidlmemory/
DAndroid.bp73 debuggable: {

1234