Home
last modified time | relevance | path

Searched refs:Log (Results 1 – 25 of 33) sorted by relevance

12

/developtools/packing_tool/adapter/ohos/
DScanEntrance.java28 private static final Log LOG = new Log(ScanEntrance.class.toString());
DShowHelp.java23 Log log = new Log(ShowHelp.class.toString());
DLog.java26 public class Log { class
34 public Log(String className) { in Log() method in Log
DScanVerify.java37 private static final Log LOG = new Log(ScanVerify.class.toString());
DHQFVerify.java25 private static final Log LOG = new Log(HQFVerify.class.toString());
DCompressEntrance.java28 private static final Log LOG = new Log(CompressEntrance.class.toString());
DConvertHapToBin.java31 private static final Log LOG = new Log(ConvertHapToBin.class.toString());
DBinaryTool.java35 private static final Log LOG = new Log(BinaryTool.class.toString());
DUncompressVerify.java34 private static final Log LOG = new Log(UncompressVerify.class.toString());
DModuleAdaption.java29 private static final Log LOG = new Log(ModuleAdaption.class.toString());
DScanStatFileSize.java73 private static final Log LOG = new Log(ScanStatFileSize.class.toString());
DUncompressEntrance.java95 private static final Log LOG = new Log(UncompressEntrance.class.toString());
DScan.java65 private static final Log LOG = new Log(Scan.class.toString());
DScanStatDuplicate.java86 private static final Log LOG = new Log(ScanStatDuplicate.class.toString());
DCommandParser.java98 private static final Log LOG = new Log(CommandParser.class.toString());
DFileUtils.java48 private static final Log LOG = new Log(FileUtils.class.toString());
DUtility.java44 private static final Log LOG = new Log(Utility.class.toString());
/developtools/profiler/device/plugins/native_daemon/include/
Ddebug_logger.h86 int Log(DebugLevel level, const std::string &logTag, const char *fmt, ...) const
139 DebugLogger::GetInstance()->Log(LEVEL_STDOUT, HILOG_TAG, format, ##__VA_ARGS__); \
147 DebugLogger::GetInstance()->Log(LEVEL_STDOUT, HILOG_TAG, format "<%d:%s>\n", \
177 DebugLogger::GetInstance()->Log( \
285 DebugLogger::GetInstance()->Log(level_, HILOG_TAG, "%s\n", buffer_.str().c_str()); in ~LogMessage()
287 DebugLogger::GetInstance()->Log(level_, HILOG_TAG, "%s (errno %d:%s)\n", in ~LogMessage()
/developtools/hiperf/include/
Ddebug_logger.h98 int Log(DebugLevel level, const std::string &logTag, const char *fmt, ...) const
154 DebugLogger::GetInstance()->Log(LEVEL_STDOUT, HILOG_TAG, format, ##__VA_ARGS__); \
162 DebugLogger::GetInstance()->Log(LEVEL_STDOUT, HILOG_TAG, format "<%d>\n", \
192 DebugLogger::GetInstance()->Log( \
/developtools/smartperf_host/ide/src/doc/md/
Dquickstart_hilog.md19 框选 Hilog 的泳道图,展示 Hilog 的 tab 页,Log Level 可以选择日志级别,也能根据 Tag,Process name,Message 去搜索。
/developtools/hdc/hdc_rust/src/host/
Dlogger.rs75 impl log::Log for SimpleHostLogger {
/developtools/profiler/device/plugins/native_daemon/src/
Ddebug_logger.cpp81 int DebugLogger::Log(DebugLevel level, const std::string &logTag, const char *fmt, ...) const in Log() function in OHOS::Developtools::NativeDaemon::DebugLogger
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Ddebug_logger_test.cpp108 HWTEST_F(DebugLoggerTest, Log, TestSize.Level1)
/developtools/hiperf/test/unittest/common/native/
Ddebug_logger_test.cpp113 HWTEST_F(DebugLoggerTest, Log, TestSize.Level1)
/developtools/hiperf/src/
Ddebug_logger.cpp81 int DebugLogger::Log(DebugLevel level, const std::string &logTag, const char *fmt, ...) const in Log() function in OHOS::Developtools::HiPerf::DebugLogger

12