Home
last modified time | relevance | path

Searched refs:PW_LOG_CRITICAL (Results 1 – 9 of 9) sorted by relevance

/external/pigweed/pw_cpu_exception_cortex_m/
Dcpu_state.cc117 PW_LOG_CRITICAL("Encountered a nested CPU fault (See active CFSR fields)"); in AnalyzeException()
122 PW_LOG_CRITICAL("Encountered stack overflow in thread mode"); in AnalyzeException()
124 PW_LOG_CRITICAL("Encountered main (interrupt handler) stack overflow"); in AnalyzeException()
129 PW_LOG_CRITICAL( in AnalyzeException()
133 PW_LOG_CRITICAL("Encountered Memory Protection Unit (MPU) violation"); in AnalyzeException()
138 PW_LOG_CRITICAL("Encountered bus fault at 0x%08" PRIx32, in AnalyzeException()
141 PW_LOG_CRITICAL("Encountered bus fault"); in AnalyzeException()
145 PW_LOG_CRITICAL("Encountered usage fault (See active CFSR fields)"); in AnalyzeException()
/external/pigweed/pw_log/public/pw_log/
Dlog.h107 #ifndef PW_LOG_CRITICAL
108 #define PW_LOG_CRITICAL(message, ...) \ macro
Dshort.h31 #define LOG_CRITICAL PW_LOG_CRITICAL
Dshorter.h32 #define CRT PW_LOG_CRITICAL
/external/pigweed/pw_kvs/
Dkey_value_store_map_test.cc245 PW_LOG_CRITICAL( in CompareContents()
279 PW_LOG_CRITICAL("Put: unhandled result %s", result.str()); in Put()
300 PW_LOG_CRITICAL("Deleted key that was already deleted %s", key.c_str()); in Delete()
309 PW_LOG_CRITICAL("Delete: unhandled result \"%s\"", result.str()); in Delete()
390 PW_LOG_CRITICAL("%s: size mismatch", stage.c_str()); in AbortIfMismatched()
/external/pigweed/pw_log/
Dbasic_log_test.cc71 PW_LOG_CRITICAL("Critical, emergency log. Device should not reboot"); in TEST()
213 PW_LOG_CRITICAL("Critical, emergency log. Device should not reboot"); in TEST()
Dbasic_log_test_plain_c.c67 PW_LOG_CRITICAL("This log is the last one; device should reboot"); in BasicLogTestPlainC()
Ddocs.rst28 PW_LOG_CRITICAL("Had trouble booting due to error %d", GetErrorCode());
137 .. cpp:function:: PW_LOG_CRITICAL(fmt, ...)
/external/pigweed/pw_cpu_exception/
Dbasic_handler.cc22 PW_LOG_CRITICAL("Unhandled CPU exception encountered!"); in pw_cpu_exception_DefaultHandler()