/base/hiviewdfx/faultloggerd/frameworks/localhandler/ |
H A D | dfx_crash_local_handler.cpp | 60 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 D | update_log.cpp | 61 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 D | hilog_adapter.h | 34 static int PrintLog(LogLevelAdapter level, const char* tag, const char* fmt, ...);
|
/base/hiviewdfx/hilog/platform/interface/native/ |
H A D | log.cpp | 30 OHOS::Ace::LogWrapper::PrintLog(OHOS::Ace::LogDomain::JS_APP, level, in LogPrint()
|
/base/startup/init/services/log/ |
H A D | init_log.c | 103 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 D | ark_hilog_adapter_wrapper.cpp | 24 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 D | hichecker.h | 75 static void PrintLog(const CautionDetail& cautionDetail);
|
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/ |
H A D | hilog_adapter.cpp | 56 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 D | hichecker.cpp | 172 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 D | hiviewdfx_adapter_test.cpp | 36 HiLogAdapter::PrintLog(LogLevelAdapter::INFO, "nwebTest", "nweb hilogAdapter PrintLog Test"); in HWTEST()
|
/base/hiviewdfx/hilog/frameworks/libhilog/ |
H A D | hilog_printf.cpp | 170 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 D | update_log.h | 89 static void PrintLog(const uint32_t subModuleTag, const UpdateLogContent &logContent);
|