Searched refs:debug_log (Results 1 – 2 of 2) sorted by relevance
| /misc/debug_tools/acrn_crashlog/common/include/ |
| A D | log_sys.h | 12 void debug_log(int level, const char *func, int line, ...); 18 debug_log(LOG_ERR, __func__, __LINE__, __VA_ARGS__) 21 debug_log(LOG_WARNING, __func__, __LINE__, __VA_ARGS__) 24 debug_log(LOG_INFO, __func__, __LINE__, __VA_ARGS__) 27 debug_log(LOG_DEBUG, __func__, __LINE__, __VA_ARGS__)
|
| /misc/debug_tools/acrn_crashlog/common/ |
| A D | log_sys.c | 12 void debug_log(const int level, const char *func, const int line, ...) in debug_log() function
|
Completed in 4 milliseconds