Searched refs:PW_LOG_CRITICAL (Results 1 – 9 of 9) sorted by relevance
/external/pigweed/pw_cpu_exception_cortex_m/ |
D | cpu_state.cc | 117 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/ |
D | log.h | 107 #ifndef PW_LOG_CRITICAL 108 #define PW_LOG_CRITICAL(message, ...) \ macro
|
D | short.h | 31 #define LOG_CRITICAL PW_LOG_CRITICAL
|
D | shorter.h | 32 #define CRT PW_LOG_CRITICAL
|
/external/pigweed/pw_kvs/ |
D | key_value_store_map_test.cc | 245 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/ |
D | basic_log_test.cc | 71 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()
|
D | basic_log_test_plain_c.c | 67 PW_LOG_CRITICAL("This log is the last one; device should reboot"); in BasicLogTestPlainC()
|
D | docs.rst | 28 PW_LOG_CRITICAL("Had trouble booting due to error %d", GetErrorCode()); 137 .. cpp:function:: PW_LOG_CRITICAL(fmt, ...)
|
/external/pigweed/pw_cpu_exception/ |
D | basic_handler.cc | 22 PW_LOG_CRITICAL("Unhandled CPU exception encountered!"); in pw_cpu_exception_DefaultHandler()
|