Home
last modified time | relevance | path

Searched defs:severity (Results 1 – 20 of 20) sorted by relevance

/system/libbase/
Dlogging.cpp175 static int32_t LogSeverityToPriority(LogSeverity severity) { in LogSeverityToPriority()
238 static void KernelLogLine(const char* msg, int length, android::base::LogSeverity severity, in KernelLogLine()
276 void KernelLogger(android::base::LogId, android::base::LogSeverity severity, const char* tag, in KernelLogger()
282 void StderrLogger(LogId, LogSeverity severity, const char* tag, const char* file, unsigned int line, in StderrLogger()
298 void StdioLogger(LogId, LogSeverity severity, const char* /*tag*/, const char* /*file*/, in StdioLogger()
317 static void LogdLogChunk(LogId id, LogSeverity severity, const char* tag, const char* message) { in LogdLogChunk()
333 void LogdLogger::operator()(LogId id, LogSeverity severity, const char* tag, const char* file, in operator ()()
407 auto severity = PriorityToLogSeverity(log_message->priority); in SetLogger() local
429 LogMessageData(const char* file, unsigned int line, LogSeverity severity, const char* tag, in LogMessageData()
474 LogMessage::LogMessage(const char* file, unsigned int line, LogId, LogSeverity severity, in LogMessage()
[all …]
Dlogging_test.cpp130 #define CHECK_WOULD_LOG_DISABLED(severity) \ argument
145 #define CHECK_WOULD_LOG_ENABLED(severity) \ argument
212 static std::string make_log_pattern(android::base::LogSeverity severity, in make_log_pattern()
225 static void CheckMessage(const std::string& output, android::base::LogSeverity severity, in CheckMessage()
248 static void CheckMessage(CapturedStderr& cap, android::base::LogSeverity severity, in CheckMessage()
255 #define CHECK_LOG_STREAM_DISABLED(severity) \ argument
271 #define CHECK_LOG_STREAM_ENABLED(severity) \ argument
332 #define CHECK_LOG_DISABLED(severity) \ argument
348 #define CHECK_LOG_ENABLED(severity) \ argument
482 #define CHECK_PLOG_DISABLED(severity) \ argument
[all …]
Dlogging_splitters.h48 static void SplitByLogdChunks(LogId log_id, LogSeverity severity, const char* tag, const char* file, in SplitByLogdChunks()
149 LogSeverity severity, const char* tag, const char* file, in StderrOutputGenerator()
/system/libbase/include/android-base/
Dlogging.h163 #define SEVERITY_LAMBDA(severity) ([&]() { \ argument
186 #define MUST_LOG_MESSAGE(severity) (SEVERITY_LAMBDA(severity) == ::android::base::FATAL) argument
190 #define MUST_LOG_MESSAGE(severity) false argument
195 #define WOULD_LOG(severity) \ argument
206 #define LOG_STREAM(severity) \ argument
215 #define LOG(severity) LOGGING_PREAMBLE(severity) && LOG_STREAM(severity) argument
220 #define LOGGING_PREAMBLE(severity) \ argument
227 #define PLOG(severity) \ argument
/system/extras/simpleperf/
Dgtest_main.cpp99 android::base::ScopedLogSeverity severity(log_severity); in main() local
Dcommand.cpp212 static void StderrLogger(android::base::LogId, android::base::LogSeverity severity, in StderrLogger()
263 android::base::ScopedLogSeverity severity(log_severity); in RunSimpleperfCmd() local
Dutils.cpp306 bool GetLogSeverity(const std::string& name, android::base::LogSeverity* severity) { in GetLogSeverity()
316 android::base::LogSeverity severity = android::base::GetMinimumLogSeverity(); in GetLogSeverityName() local
Dreport_lib_interface.cpp204 android::base::LogSeverity severity; in SetLogSeverity() local
/system/core/liblog/tests/
Dliblog_global_state.cpp35 unsigned int line, const char* message) { in TEST()
86 unsigned int line, const char* message) { in TEST()
/system/core/adb/
Dadb_trace.cpp42 void AdbLogger(android::base::LogId id, android::base::LogSeverity severity, in AdbLogger()
/system/connectivity/wifilogd/
Dprotocol.h93 MessageSeverity severity; member
/system/core/toolbox/
Dmodprobe.cpp78 void MyLogger(android::base::LogId id, android::base::LogSeverity severity, const char* tag, in MyLogger()
/system/update_engine/
Dlogging_android.cc219 bool RedirectToLiblog(int severity, in RedirectToLiblog()
/system/core/logd/
Dmain.cpp233 const char* tag, const char* file, unsigned int line, const char* message) { in main()
/system/core/fs_mgr/
Dfs_mgr_remount.cpp88 void MyLogger(android::base::LogId id, android::base::LogSeverity severity, const char* tag, in MyLogger()
/system/extras/partition_tools/
Dlpadd.cc414 static void ErrorLogger(android::base::LogId, android::base::LogSeverity severity, const char*, in ErrorLogger()
/system/core/init/
Dselinux.cpp551 android::base::LogSeverity severity = android::base::ERROR; in SelinuxKlogCallback() local
Dutil.cpp740 const char* message) { in InitSecondStageLogging()
Dbuiltins.cpp1041 android::base::LogSeverity severity; in do_loglevel() local
/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz.cpp184 void FatalOnlyLogger(LogId logid, LogSeverity severity, const char* tag, const char* file, in FatalOnlyLogger()