/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/utils/ |
H A D | exlog.h | 52 #define LOGNEX_DEBUG(...) LOGNEX(DEBUG, ##__VA_ARGS__) 53 #define LOGCEX_DEBUG(...) LOGCEX(DEBUG, ##__VA_ARGS__) 54 #define LOGEX_FILE_DEBUG(...) LOGEX_FILE(DEBUG, ##__VA_ARGS__) 55 #define LOGEX_FUNC_DEBUG(...) LOGEX_FUNC(DEBUG, ##__VA_ARGS__) 56 #define LOGEX_FUNC_LINE_DEBUG(...) LOGEX_FUNC_LINE(DEBUG, ##__VA_ARGS__) 57 #define LOGEX_FILE_LINE_DEBUG(...) LOGEX_FILE_LINE(DEBUG, ##__VA_ARGS__) 58 #define LOGEX_FFL_DEBUG(...) LOGEX_FFL(DEBUG, ##__VA_ARGS__) 59 #define LOGEX_PT_FILE_DEBUG(...) LOGEX_PT_FILE(DEBUG, ##__VA_ARGS__) 60 #define LOGEX_PT_FUNC_DEBUG(...) LOGEX_PT_FUNC(DEBUG, ##__VA_ARGS__) 61 #define LOGEX_PT_FUNC_LINE_DEBUG(...) LOGEX_PT_FUNC_LINE(DEBUG, ##__VA_ARGS__) [all …]
|
/ohos5.0/base/update/updater/services/applypatch/ |
H A D | block_writer.cpp | 44 LOG(DEBUG) << "BlockWriter: try to write " << len << " byte(s)"; 48 LOG(DEBUG) << "blockIndex = " << blockIndex_; 53 LOG(DEBUG) << "block write overflow"; 61 LOG(DEBUG) << "Init currentBlockLeft_ = " << currentBlockLeft_; 69 … LOG(DEBUG) << "Current block " << blockIndex_ << " left " << currentBlockLeft_ << " to written.";
|
H A D | partition_record.cpp | 59 … LOG(DEBUG) << "PartitionRecord: Found " << partitionName << " record in misc partition"; in IsPartitionUpdated() 60 LOG(DEBUG) << "PartitionRecord: update status: " << pri->updated; in IsPartitionUpdated() 139 LOG(DEBUG) << "PartitionRecord: offset is " << offset_; in RecordPartitionUpdateStatus() 145 LOG(DEBUG) << "PartitionRecord: record " << partitionName << " successfully."; in RecordPartitionUpdateStatus()
|
H A D | command_process.cpp | 53 LOG(DEBUG) << "wait for new data write done..."; in Execute() 62 …LOG(DEBUG) << "Writer already written " << writerThreadInfo->writer->GetTotalWritten() << " byte(s… in Execute() 211 LOG(DEBUG) << "Confirm whether the block is stored"; in Execute() 216 LOG(DEBUG) << "Read block data to buffer"; in Execute()
|
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | logger.h | 30 if (level_ <= DEBUG && !Option::Instance().VerboseLog()) { in ~Logger() 39 if (level_ <= DEBUG && !Option::Instance().VerboseLog()) { 48 level_ = DEBUG; in Debug() 86 DEBUG, enumerator 97 {DEBUG, "Debug" }, in ShowLevel()
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/ |
H A D | main.cpp | 35 #ifdef DEBUG 48 #ifdef DEBUG 55 #ifdef DEBUG in SigHandler() 107 #ifdef DEBUG 140 #ifdef DEBUG in HilogdEntry() 160 #ifdef DEBUG in HilogdEntry() 165 #ifdef DEBUG in HilogdEntry()
|
/ohos5.0/base/update/updater/services/ui/ |
H A D | updater_ui_config.cpp | 54 LOG(DEBUG) << "page:" << info.id; in operator <<() 56 LOG(DEBUG) << it.commonInfo; in operator <<() 63 LOG(DEBUG) << "=====print start====="; in PrintInfoVec() 65 LOG(DEBUG) << iter; in PrintInfoVec() 67 LOG(DEBUG) << "=====print end====="; in PrintInfoVec()
|
/ohos5.0/base/update/updater/services/fs_manager/ |
H A D | mount.cpp | 76 LOG(DEBUG) << "Updater filesystem config info:"; in LoadFstab() 78 LOG(DEBUG) << "\tDevice: " << item->deviceName; in LoadFstab() 79 LOG(DEBUG) << "\tMount point : " << item->mountPoint; in LoadFstab() 80 LOG(DEBUG) << "\tFs type : " << item->fsType; in LoadFstab() 81 LOG(DEBUG) << "\tMount options: " << item->mountOptions; in LoadFstab() 105 LOG(DEBUG) << "Umount for path " << path; in UmountForPath() 220 LOG(DEBUG) << "Mount for path " << path; in MountForPath()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/common/log/ |
H A D | README.md | 17 3. Control log print level `AppLogWrapper::SetLogLevel(AppLogLevel::DEBUG);` default is DEBUG 30 AppLogWrapper::SetLogLevel(AppLogLevel::DEBUG);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/ |
H A D | _hi_log.md | 31 …LOG_DEBUG, [LOG_DOMAIN](#log_domain), [LOG_TAG](#log_tag), \_\_VA_ARGS\_\_)) | DEBUG级别写日志,宏封装接口。 | 101 DEBUG级别写日志,宏封装接口。 269 DEBUG:比INFO级别更详细的流程记录,通过该级别的日志可以更详细地分析业务流程和定位分析问题。DEBUG级别的日志在正式发布版本中默认不会被打印,只有在调试版本或打开调试开关的情况下才会打印。 283 | LOG_DEBUG | DEBUG日志级别,使用OH_LOG_DEBUG接口打印 |
|
/ohos5.0/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/ |
H A D | hilog_napi.cpp | 45 napi_value DEBUG = nullptr; in LogLevelTypeEnumInit() local 50 napi_create_int32(env, LogLevel::LOG_DEBUG, &DEBUG); in LogLevelTypeEnumInit() 57 NVal::DeclareNapiStaticProperty("DEBUG", DEBUG), in LogLevelTypeEnumInit()
|
/ohos5.0/base/tee/tee_client/build_armpc/armpc/ |
H A D | flags.mk | 17 DEBUG ?= 0 18 ifeq ($(DEBUG), 1)
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/Utils/ |
H A D | LogUtil.ts | 21 DEBUG: 3, 52 if(LogLevel.DEBUG >= LOG_LEVEL) {
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Utils/ |
H A D | LogUtil.ts | 22 DEBUG: 3, 53 if (LogLevel.DEBUG >= LOG_LEVEL) {
|
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | hilog-guidelines-arkts.md | 12 HiLog中定义了DEBUG、INFO、WARN、ERROR、FATAL五种日志级别,并提供了对应的方法输出不同级别的日志,接口如下表所示,具体说明可查阅[API参考文档](../reference… 17 …string, ...args: any[]) | 输出DEBUG级别日志。仅用于应用/服务调试。<br/>在DevEco Studio的terminal窗口或cmd里,通过命令“hdc shel…
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | logger.cpp | 21 int Logger::level_ = DEBUG; 25 if (level_ > DEBUG) { in D()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/ |
H A D | logger.cpp | 14 int Logger::level_ = DEBUG; 18 if (level_ > DEBUG) { in D()
|
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/utils/include/ |
H A D | js_env_logger.h | 22 DEBUG = 0, enumerator 37 …JsEnvLogger::logger(JsEnvLogLevel::DEBUG, __FILENAME__, __FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
|
/ohos5.0/foundation/ability/idl_tool/util/ |
H A D | logger.cpp | 22 int Logger::level_ = DEBUG; 26 if (level_ > DEBUG) return; in D()
|
/ohos5.0/foundation/communication/netmanager_base/utils/log/include/ |
H A D | net_mgr_log_wrapper.h | 26 DEBUG = 0, enumerator 69 #define NETMGR_LOG_D(fmt, ...) PRINT_LOG(DEBUG, fmt, ##__VA_ARGS__)
|
/ohos5.0/base/update/updater/services/ui/view/component/ |
H A D | label_btn_adapter.cpp | 41 LOG(DEBUG) << "key OnFocus"; in OnFocus() 55 LOG(DEBUG) << "key OnBlur"; in OnBlur() 86 LOG(DEBUG) << "init focus listener for " << viewId_; in LabelBtnAdapter()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/common/test/unittest/common_appexecfwk_log_test/ |
H A D | appexecfwk_log_test.cpp | 53 EXPECT_EQ(AppLogLevel::DEBUG, AppLogWrapper::GetLogLevel()); 98 bool res = AppLogWrapper::JudgeLevel(AppLogLevel::DEBUG);
|
/ohos5.0/foundation/communication/netmanager_ext/utils/log/include/ |
H A D | netmgr_ext_log_wrapper.h | 26 DEBUG = 0, enumerator 77 #define NETMGR_EXT_LOG_D(fmt, ...) PRINT_LOG(DEBUG, fmt, ##__VA_ARGS__)
|
/ohos5.0/base/hiviewdfx/hilog/platform/ |
H A D | hilog_printf.cpp | 23 return OHOS::Ace::LogLevel::DEBUG; in ConvertLogLevel() 33 return OHOS::Ace::LogLevel::DEBUG; in ConvertLogLevel()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/ |
H A D | want_agent_log_wrapper.h | 30 enum class WantAgentLogLevel { DEBUG = 0, INFO, WARN, ERROR, FATAL }; enumerator 62 #define WANT_AGENT_LOGD(fmt, ...) PRINT_LOG(DEBUG, Debug, fmt, ##__VA_ARGS__)
|