Home
last modified time | relevance | path

Searched refs:LOG_FATAL (Results 1 – 8 of 8) sorted by relevance

/system/extras/perfprofd/quipper/base/
Dlogging.cc38 min_log_level = std::min(LOG_FATAL, level); in SetMinLogLevel()
66 : severity_(LOG_FATAL), file_(file), line_(line) { in LogMessage()
96 case LOG_FATAL: in ~LogMessage()
102 if (severity_ == LOG_FATAL) { in ~LogMessage()
Dlogging.h137 const LogSeverity LOG_FATAL = 3; variable
150 logging::ClassName(__FILE__, __LINE__, logging::LOG_FATAL , ##__VA_ARGS__)
376 const LogSeverity LOG_DCHECK = LOG_FATAL;
592 logging::RawLog(logging::LOG_FATAL, "Check failed: " #condition "\n"); \
/system/core/include/log/
Dlog.h417 #ifndef LOG_FATAL
418 #define LOG_FATAL(...) ((void)0) macro
426 #ifndef LOG_FATAL
427 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp69 ALOG(LOG_FATAL, LOG_TAG, "@@@ ABORTING: CODE FLINGER: %s IN %s addr=%p", in heap_error()
DArm64Assembler.cpp141 #define NOT_IMPLEMENTED() LOG_FATAL("Arm instruction %s not yet implemented\n", __func__)
/system/core/liblog/
DREADME51 LOG_FATAL(format, ...)
99 is used to ALOG a message, then kill the process. LOG_FATAL call is a
/system/connectivity/shill/bin/
Dff_debug50 levels range from 4 (LOG_FATAL) to 0 (LOG_INFO). In addition VERBOSE log
/system/tpm/trunks/
Dresource_manager_test.cc53 logging::SetMinLogLevel(logging::LOG_FATAL); in ScopedDisableLogging()