Home
last modified time | relevance | path

Searched refs:PrintLog (Results 1 - 12 of 12) sorted by relevance

/base/hiviewdfx/faultloggerd/frameworks/localhandler/
H A Ddfx_crash_local_handler.cpp60 static __attribute__((noinline)) void PrintLog(int fd, const char *format, ...) in PrintLog() function
69 const char* error = "PrintLog vsnprintf_s fail\n"; in PrintLog()
95 PrintLog(fd, "%s", logContext.substr(i, BUF_SZ_SMALL).c_str()); in CrashLocalUnwind()
126 PrintLog(fd, "Timestamp:%s", printBuf); in PrintTimeStamp()
150 PrintLog(fd, "Pid:%d\n", request->pid); in CrashLocalHandlerFd()
151 PrintLog(fd, "Uid:%d\n", request->uid); in CrashLocalHandlerFd()
152 PrintLog(fd, "Process name:%s\n", request->processName); in CrashLocalHandlerFd()
154 PrintLog(fd, "Reason:Signal(%d)@%018p\n", request->siginfo.si_signo, request->siginfo.si_addr); in CrashLocalHandlerFd()
156 PrintLog(fd, "Reason:Signal(%d)@%010p\n", request->siginfo.si_signo, request->siginfo.si_addr); in CrashLocalHandlerFd()
158 PrintLog(f in CrashLocalHandlerFd()
[all...]
/base/update/updateservice/foundations/ability/log/src/
H A Dupdate_log.cpp61 PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.first)); // log前缀不做打印控制 in PrintLongLog()
62 PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(fmtLabel, logContent.args)); // args采用fmt进行控制 in PrintLongLog()
63 PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.second)); // log后缀不做打印控制 in PrintLongLog()
66 void UpdateLog::PrintLog(const uint32_t subModuleTag, const UpdateLogContent &logContent) in PrintLog() function in OHOS::UpdateEngine::UpdateLog
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dhilog_adapter.h34 static int PrintLog(LogLevelAdapter level, const char* tag, const char* fmt, ...);
/base/hiviewdfx/hilog/platform/interface/native/
H A Dlog.cpp30 OHOS::Ace::LogWrapper::PrintLog(OHOS::Ace::LogDomain::JS_APP, level, in LogPrint()
/base/startup/init/services/log/
H A Dinit_log.c103 static void PrintLog(InitLogLevel logLevel, unsigned int domain, const char *tag, const char *logInfo) in PrintLog() function
128 PrintLog((InitLogLevel)logLevel, domain, tag, tmpFmt); in PrintLogFmt()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_hilog_adapter_wrapper.cpp24 ARK_WEB_NO_SANITIZE int HiLogAdapter::PrintLog(LogLevelAdapter level, const char* tag, const char* fmt, ...) in PrintLog() function in OHOS::NWeb::HiLogAdapter
/base/hiviewdfx/hichecker/interfaces/native/innerkits/include/
H A Dhichecker.h75 static void PrintLog(const CautionDetail& cautionDetail);
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
H A Dhilog_adapter.cpp56 int HiLogAdapter::PrintLog(LogLevelAdapter level, const char* tag, const char* fmt, ...) in PrintLog() function in OHOS::NWeb::HiLogAdapter
/base/hiviewdfx/hichecker/frameworks/native/
H A Dhichecker.cpp172 PrintLog(cautionDetail); in OnThreadCautionFound()
184 void HiChecker::PrintLog(const CautionDetail& cautionDetail) in PrintLog() function in OHOS::HiviewDFX::HiChecker
/base/web/webview/test/unittest/ohos_adapter/hiviewdfx_adapter_test/
H A Dhiviewdfx_adapter_test.cpp36 HiLogAdapter::PrintLog(LogLevelAdapter::INFO, "nwebTest", "nweb hilogAdapter PrintLog Test"); in HWTEST()
/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp170 static int PrintLog(HilogMsg& header, const char *tag, uint16_t tagLen, const char *fmt, uint16_t fmtLen) in PrintLog() function
356 return PrintLog(header, tag, tagLen + 1, buf, logLen + 1); in HiLogPrintArgs()
/base/update/updateservice/foundations/ability/log/include/
H A Dupdate_log.h89 static void PrintLog(const uint32_t subModuleTag, const UpdateLogContent &logContent);

Completed in 5 milliseconds