Searched refs:debuggable (Results 1 – 25 of 98) sorted by relevance
1234
/system/core/llkd/ |
D | Android.bp | 29 debuggable: { 53 debuggable: { 54 init_rc: ["llkd-debuggable.rc"],
|
D | llkd-debuggable.rc | 1 on property:ro.debuggable=1 6 setprop llk.enable ${ro.debuggable:-0} 9 setprop khungtask.enable ${ro.debuggable:-0}
|
D | llkd.rc | 2 on property:ro.debuggable=* 35 start llkd-${ro.debuggable:-0}
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | runas_app.te | 9 # 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.
|
D | apex_test_prepostinstall.te | 4 # in debuggable builds.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | runas_app.te | 9 # 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
|
D | apex_test_prepostinstall.te | 4 # in debuggable builds.
|
/system/sepolicy/private/ |
D | runas_app.te | 9 # 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
|
D | apex_test_prepostinstall.te | 4 # in debuggable builds.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | runas_app.te | 9 # 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
|
D | apex_test_prepostinstall.te | 4 # in debuggable builds.
|
/system/core/libpackagelistparser/ |
D | packagelistparser.cpp | 67 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()
|
D | packagelistparser_test.cpp | 52 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/ |
D | system_links.cc | 45 const bool debuggable = android::base::GetBoolProperty("ro.debuggable", false); in AddStandardSystemLinks() local 56 if (debuggable) { in AddStandardSystemLinks()
|
/system/core/rootdir/ |
D | adb_debug.prop | 9 ro.debuggable=1 12 ro.force.debuggable=1
|
/system/core/fs_mgr/ |
D | clean_scratch_files.rc | 1 on post-fs-data && property:ro.debuggable=1
|
D | Android.bp | 113 debuggable: { 228 debuggable: { 251 debuggable: {
|
/system/core/libpackagelistparser/include/packagelistparser/ |
D | packagelistparser.h | 40 bool debuggable; member
|
/system/nfc/src/ |
D | Android.bp | 74 debuggable: { 109 debuggable: {
|
/system/extras/simpleperf/simpleperf_app_runner/ |
D | simpleperf_app_runner.cpp | 192 if (info->debuggable) { in main() 221 if (!(info->debuggable || info->profileable_from_shell)) { in main()
|
/system/sepolicy/public/ |
D | simpleperf_app_runner.te | 30 # simpleperf_app_runner writes app type (debuggable or profileable) to pipe fds.
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | simpleperf_app_runner.te | 30 # simpleperf_app_runner writes app type (debuggable or profileable) to pipe fds.
|
/system/core/bootstat/ |
D | Android.bp | 78 debuggable: {
|
/system/extras/simpleperf/doc/ |
D | android_application_profiling.md | 35 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/ |
D | Android.bp | 73 debuggable: {
|
1234