/ohos5.0/docs/en/application-dev/tools/ |
H A D | devicedebug-tool.md | 4 …ebugging purposes. Currently, signals can be sent only to processes of debuggable applications man… 42 Sends the signal (1-64) to a process of the debuggable application. After receiving the signal, the… 48 …-64) indicates the kill signal, which is used to kill a process of the debuggable application with… 52 …he corresponding process is not a debuggable application process, "devicedebug: kill: process: {pi…
|
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/ |
H A D | hap_restorecon.cpp | 122 … std::string debuggable = tmp.substr(tmp.find(DEBUGGABLE_PREFIX) + DEBUGGABLE_PREFIX.size()); in DecodeString() local 123 contextBuff.debuggable = !strcmp(debuggable.c_str(), "true"); in DecodeString() 168 if (hapInfo->debuggable) { in GetHapContextKey() 175 } else if (hapInfo->debuggable) { in GetHapContextKey() 201 if (tmpInfo.name.empty() && !tmpInfo.debuggable && !tmpInfo.extra) { in HapContextsInsert()
|
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/developtools/lldb/system/ |
H A D | lldb.te | 32 # lldb-server needs to read the procfs of a debuggable app to know runtime 55 # Forbid lldb-server to debug other processes except debuggable applications and 71 # process directly or indirectly to dump sensitive information from debuggable
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-boot-init-deviceInfo.md | 131 "const.debuggable=0", 136 "const.debuggable=1",
|
H A D | subsys-boot-init-jobs.md | 34 "condition" : "boot && const.debuggable=1",
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | devicedebug-tool.md | 52 … app process";当pid对应的进程为非debug类型的应用进程时,返回"devicedebug: kill: process: {pid} is not debuggable app"。
|
/ohos5.0/base/powermgr/battery_manager/charger/resources/ |
H A D | device.charge.group.cfg | 7 "boot && param:const.debuggable=1",
|
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/include/ |
H A D | hap_restorecon.h | 38 bool debuggable = false; member
|
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/miscservices/inputmethod_native/public/ |
H A D | sehap_contexts | 15 apl=normal debuggable=true extra=input_isolate domain=input_isolate_debug_hap type=normal_hap_data_…
|
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | hiperf.md | 111 | --app | 采集的应用程序名,以逗号隔开,应用程序必须是debuggable模式,应用程序未启动时会等待20s。 | 156 | --app | 采集的应用程序名,以逗号隔开,应用程序必须是debuggable模式,应用程序未启动时会等待10秒。 |
|
H A D | hidumper.md | 418 > 命令1:执行hdc shell "param get|grep const.debuggable"查看输出为0还是1。
|
/ohos5.0/base/security/selinux_adapter/sepolicy/base/public/ |
H A D | sehap_contexts | 17 apl=normal debuggable=true domain=debug_hap type=debug_hap_data_file
|
H A D | parameter_contexts | 27 const.debuggable u:object_r:startup_init_param:s0
|
/ohos5.0/base/startup/init/services/etc/param/ |
H A D | ohos.para | 19 const.debuggable=1
|
H A D | ohos.para.dac | 23 const.debuggable = root:root:0755
|
/ohos5.0/base/startup/init/services/etc/ |
H A D | BUILD.gn | 148 "const.debuggable=0", 153 "const.debuggable=1",
|
H A D | init.without_two_stages.cfg | 235 "name" : "boot && param:const.debuggable=1", 236 "condition" : "boot && const.debuggable=1",
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-boot-init-deviceInfo.md | 130 "const.debuggable=0", 135 "const.debuggable=1",
|
H A D | subsys-build-reference.md | 99 …fect only for the Sanitizer and does not determine whether a module is debuggable. In the build co…
|
H A D | subsys-boot-init-jobs.md | 34 "condition" : "boot && const.debuggable=1",
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hiperf.md | 111 …ollect, which are separated by commas (,). The applications must be in debuggable mode. If an appl… 156 …ollect, which are separated by commas (,). The applications must be in debuggable mode. If an appl…
|
H A D | hidumper.md | 649 …> 1. Run the **hdc shell "param get|grep const.debuggable"** command to check whether the output i…
|