| /base/hiviewdfx/hitrace/cmd/config/ |
| D | hitrace.cfg | 5 "mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755", 12 "write /sys/kernel/debug/tracing/tracing_on 0", 13 "chmod 0666 /sys/kernel/debug/tracing/buffer_size_kb", 14 "chmod 0666 /sys/kernel/debug/tracing/current_tracer", 15 "chmod 0666 /sys/kernel/debug/tracing/saved_cmdlines_size", 16 "chmod 0666 /sys/kernel/debug/tracing/trace", 17 "chmod 0666 /sys/kernel/debug/tracing/snapshot", 18 "chmod 0666 /sys/kernel/debug/tracing/trace_clock", 19 "chmod 0222 /sys/kernel/debug/tracing/trace_marker", 20 "chmod 0666 /sys/kernel/debug/tracing/tracing_on", [all …]
|
| D | hitrace.rc | 17 write /sys/kernel/debug/tracing/tracing_on 0 18 chmod 0666 /sys/kernel/debug/tracing/buffer_size_kb 19 chmod 0666 /sys/kernel/debug/tracing/saved_cmdlines_size 20 chmod 0666 /sys/kernel/debug/tracing/trace 21 chmod 0666 /sys/kernel/debug/tracing/trace_clock 22 chmod 0222 /sys/kernel/debug/tracing/trace_marker 23 chmod 0666 /sys/kernel/debug/tracing/tracing_on 26 chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_lock/enable 27 chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_locked/enable 28 chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_unlock/enable [all …]
|
| /base/request/request/services/service/rust/src/ |
| D | request_service.rs | 56 debug!(LOG_LABEL, "construct"); in construct() 176 debug!(LOG_LABEL, "files {:?}", @public(files)); in construct() 186 debug!(LOG_LABEL, "task id {}", @public(task_id)); in construct() 192 debug!(LOG_LABEL, "Pause"); in pause() 231 debug!(LOG_LABEL, "QueryMimeType"); in query_mime_type() 249 debug!(LOG_LABEL, "remove"); in remove() 260 debug!(LOG_LABEL, "id {}", @public(id)); in remove() 285 debug!(LOG_LABEL, "resume"); in resume() 306 debug!(LOG_LABEL, "on"); in on() 334 debug!(LOG_LABEL, "off"); in off() [all …]
|
| D | request_service_ability.rs | 63 debug!(LOG_LABEL, "init"); in init() 75 debug!(LOG_LABEL, "start"); in start() 96 debug!(LOG_LABEL, "stop"); in stop() 104 debug!(LOG_LABEL, "construct"); in construct() 120 debug!(LOG_LABEL, "pause"); in pause() 129 debug!(LOG_LABEL, "remove"); in remove() 134 debug!(LOG_LABEL, "resume"); in resume() 140 debug!(LOG_LABEL, "on key {}", @public(key)); in on() 147 debug!(LOG_LABEL, "off"); in off() 149 debug!(LOG_LABEL, "off key {}", @public(key)); in off() [all …]
|
| D | task_manager.rs | 223 debug!(LOG_LABEL, "top_bundle {}", @public(top_bundle)); in is_front_app() 230 debug!(LOG_LABEL, "is front app"); in is_front_app() 241 debug!(LOG_LABEL, "begin construct a task"); in construct_task() 268 …debug!(LOG_LABEL, "uid {} task_id {} version {:?}", @public(uid), @public(task_id), @public(task.c… in construct_task() 292 debug!(LOG_LABEL, "Begin add a v9 task"); in add_task_api9() 298 debug!(LOG_LABEL, in add_task_api9() 308 … debug!(LOG_LABEL, "add v9 task sccuess, there is one task which belongs to the app"); in add_task_api9() 320 debug!(LOG_LABEL, "Begin add a v10 task"); in add_task() 336 debug!(LOG_LABEL, in add_task() 347 … debug!(LOG_LABEL, "add v10 task sccuess, there is one task which belongs to the app"); in add_task() [all …]
|
| /base/msdp/device_status/rust/modules/coordination/client/src/ |
| D | lib.rs | 34 use hilog_rust::{ debug, error, hilog, HiLogLabel, LogType }; 59 debug!(LOG_LABEL, "Call ipc_client::enable()"); in enable_coordination() 79 debug!(LOG_LABEL, "Call ipc_client::disable()"); in disable_coordination() 102 debug!(LOG_LABEL, "Call ipc_client::start()"); in start_coordination() 124 debug!(LOG_LABEL, "Call ipc_client::stop()"); in stop_coordination() 146 debug!(LOG_LABEL, "Call ipc_client::get_param()"); in get_coordination_state() 174 debug!(LOG_LABEL, "Call ipc_client::add_watch()"); in register_coordination_listener() 192 debug!(LOG_LABEL, "Call ipc_client::remove_watch()"); in unregister_coordination_listener()
|
| /base/hiviewdfx/hilog/services/hilogd/include/ |
| D | log_collector.h | 32 debug = IsPersistDebugOn(); in LogCollector() 48 bool debug; variable
|
| /base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/ |
| D | provision_verify_test.cpp | 128 "type": "debug", 141 "debug-info": { 151 "type": "debug", 164 "debug-info": { 175 "type": "debug", 188 "debug-info": { 327 "type": "debug", 339 "debug-info": { 407 "type": "debug", 420 "debug-info": { [all …]
|
| /base/msdp/device_status/rust/subsystem/input/sys/src/interaction/ |
| D | pointer_style.rs | 21 use hilog_rust::{debug, error, hilog, HiLogLabel, LogType}; 77 debug!(LOG_LABEL, "get pointer style success"); in pointer_style()
|
| /base/msdp/device_status/rust/modules/drag/client/src/ |
| D | lib.rs | 31 use hilog_rust::{ debug, error, hilog, HiLogLabel, LogType }; 53 debug!(LOG_LABEL, "call ipc_client::start()"); in start_drag()
|
| /base/msdp/device_status/rust/modules/basic/client/src/ |
| D | lib.rs | 31 use hilog_rust::{ debug, error, info, hilog, HiLogLabel, LogType }; 54 debug!(LOG_LABEL, "in DragClient::start_drag(): call ipc_client::start()"); in alloc_socket_pair()
|
| /base/update/update_app/common/src/main/ets/util/ |
| D | LogUtils.ts | 33 export function debug(tag: string, message: string, ...args: (string | number)[]): void { function 34 Logger.debug(DOMAIN, tag, filterSensitiveInfo(message), ...args);
|
| /base/time/time_service/ |
| D | .gitignore | 7 cmake-build-debug
|
| /base/hiviewdfx/hilog/services/hilogd/etc/ |
| D | hilog.para | 16 hilog.debug.on=false 18 persist.sys.hilog.debug.on=false
|
| /base/update/update_app/AppScope/ |
| D | app.json5 | 4 "debug": false,
|
| /base/telephony/telephony_data/entry/src/main/ets/common/utils/ |
| D | LogUtils.ts | 21 console.debug("[TelephonyData:]" + TAG + ":" + msg);
|
| /base/msdp/device_status/rust/plugin_manager/src/ |
| D | lib.rs | 34 use hilog_rust::{ debug, info, error, hilog, HiLogLabel, LogType }; 146 debug!(LOG_LABEL, "Library({}) has not been loaded", @public(intention as u32)); in unload_plugin()
|
| /base/msdp/device_status/rust/ipc/server/src/ |
| D | fusion_ipc_delegator.rs | 23 use crate::hilog_rust::{ debug, info, error, hilog, HiLogLabel, LogType }; 51 debug!(LOG_LABEL, "check interface token"); in check_interface_token() 73 debug!(LOG_LABEL, "Plugin loaded"); in load_plugin()
|
| /base/usb/usb_manager/frameworks/dialog/functionswitch_ui/usb_function_dialog/src/main/ets/util/ |
| D | Logger.ets | 32 debug(...args: any[]) { 33 hilog.debug(this.domain, this.prefix, this.format, args);
|
| /base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/ |
| D | stream_session.rs | 18 use hilog_rust::{debug, error, hilog, HiLogLabel, LogType}; 102 debug!(LOG_LABEL, "Enter fd_:{}.", self.fd); in session_close()
|
| /base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest004/ |
| D | last_kmsg | 48 <11>[ 3.832350] [pid=1][PARAM][ERROR][param_base.c:344]Invalid workSpace for musl.ld.debug.dlclo… 49 <11>[ 3.832362] [pid=1][PARAM][ERROR][param_base.c:571]Forbid to access parameter musl.ld.debug.… 50 <11>[ 3.832376] [pid=1][PARAM][ERROR][param_base.c:344]Invalid workSpace for debug.hitrace.tags.… 51 <11>[ 3.832388] [pid=1][PARAM][ERROR][param_base.c:571]Forbid to access parameter debug.hitrace.… 282 ….240587] [pid=1][Init][ERROR][init_common_cmds.c:456]Failed to mount for /sys/kernel/debug, err 16. 369 …][Init][ERROR][init_common_cmds.c:377]Failed to change mode " /sys/kernel/debug/tracing/snapshot "… 370 …][Init][ERROR][init_common_cmds.c:377]Failed to change mode " /sys/kernel/debug/tracing/events/cpu… 371 …][Init][ERROR][init_common_cmds.c:377]Failed to change mode " /sys/kernel/debug/tracing/events/cpu… 372 …][Init][ERROR][init_common_cmds.c:377]Failed to change mode " /sys/kernel/debug/tracing/events/fen… 373 …][Init][ERROR][init_common_cmds.c:377]Failed to change mode " /sys/kernel/debug/tracing/events/fen… [all …]
|
| /base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest008/ |
| D | last_kmsg | 48 <11>[ 3.832350] [pid=1][PARAM][ERROR][param_base.c:344]Invalid workSpace for musl.ld.debug.dlclo… 49 <11>[ 3.832362] [pid=1][PARAM][ERROR][param_base.c:571]Forbid to access parameter musl.ld.debug.… 50 <11>[ 3.832376] [pid=1][PARAM][ERROR][param_base.c:344]Invalid workSpace for debug.hitrace.tags.… 51 <11>[ 3.832388] [pid=1][PARAM][ERROR][param_base.c:571]Forbid to access parameter debug.hitrace.… 282 ….240587] [pid=1][Init][ERROR][init_common_cmds.c:456]Failed to mount for /sys/kernel/debug, err 16. 369 …][Init][ERROR][init_common_cmds.c:377]Failed to change mode " /sys/kernel/debug/tracing/snapshot "… 370 …][Init][ERROR][init_common_cmds.c:377]Failed to change mode " /sys/kernel/debug/tracing/events/cpu… 371 …][Init][ERROR][init_common_cmds.c:377]Failed to change mode " /sys/kernel/debug/tracing/events/cpu… 372 …][Init][ERROR][init_common_cmds.c:377]Failed to change mode " /sys/kernel/debug/tracing/events/fen… 373 …][Init][ERROR][init_common_cmds.c:377]Failed to change mode " /sys/kernel/debug/tracing/events/fen… [all …]
|
| /base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest005/ |
| D | last_kmsg | 48 <11>[ 3.832350] [pid=1][PARAM][ERROR][param_base.c:344]Invalid workSpace for musl.ld.debug.dlclo… 49 <11>[ 3.832362] [pid=1][PARAM][ERROR][param_base.c:571]Forbid to access parameter musl.ld.debug.… 50 <11>[ 3.832376] [pid=1][PARAM][ERROR][param_base.c:344]Invalid workSpace for debug.hitrace.tags.… 51 <11>[ 3.832388] [pid=1][PARAM][ERROR][param_base.c:571]Forbid to access parameter debug.hitrace.… 282 ….240587] [pid=1][Init][ERROR][init_common_cmds.c:456]Failed to mount for /sys/kernel/debug, err 16. 369 …][Init][ERROR][init_common_cmds.c:377]Failed to change mode " /sys/kernel/debug/tracing/snapshot "… 370 …][Init][ERROR][init_common_cmds.c:377]Failed to change mode " /sys/kernel/debug/tracing/events/cpu… 371 …][Init][ERROR][init_common_cmds.c:377]Failed to change mode " /sys/kernel/debug/tracing/events/cpu… 372 …][Init][ERROR][init_common_cmds.c:377]Failed to change mode " /sys/kernel/debug/tracing/events/fen… 373 …][Init][ERROR][init_common_cmds.c:377]Failed to change mode " /sys/kernel/debug/tracing/events/fen… [all …]
|
| /base/hiviewdfx/hilog/services/hilogd/ |
| D | log_collector.cpp | 90 if (msg.type != static_cast<uint16_t>(LOG_APP) && flowControl && !debug) { in onDataRecv() 140 debug = on; in SetDebuggable()
|
| /base/hiviewdfx/hilog_lite/test/ |
| D | BUILD.gn | 18 if (ohos_build_type == "debug") { 23 if (ohos_build_type == "debug") {
|