|
| uint64_t | get_log_basetime_ms (void) |
| |
| uint32_t | get_chr_basegmt_s (void) |
| |
| void | set_chr_basegmt_s (uint32_t t) |
| |
| bool | log_switch_is_open (uint16_t domain, uint16_t module) |
| | Query the log module switch
|
| |
| int16_t | set_log_switch (uint16_t domain, uint16_t module, bool op) |
| | Switch log on or off
|
| |
| uint16_t | remote_config_log_switch (cores_t dst, uint16_t domain, uint16_t module, bool op) |
| | Called by core APP to remote config bt and hifi.
|
| |
| void | reset_log_switch (bool op) |
| | Reset log switch to all on or off
|
| |
| bool | check_compress_log_printf_threshold (void) |
| | Check whether the log printing is within the threshold return true:within the threshold, return false:exceeded the threshold
|
| |
| void | compress_log_init (void) |
| | Initialization of the compression log threshold
|
| |
| void | set_compress_log_count_threshold (uint32_t threshold) |
| | Set the compression log threshold Used for the external interface function of the wear product
|
| |
| void | compress_printf (uint32_t log_addr, uint32_t log_header,...) |
| | Compression log printing function
|
| |
| void | compress_printf_btc_info0 (uint32_t log_addr,...) |
| |
| void | compress_printf_btc_info1 (uint32_t log_addr,...) |
| |
| void | compress_printf_btc_info2 (uint32_t log_addr,...) |
| |
| void | compress_printf_btc_info3 (uint32_t log_addr,...) |
| |
| void | compress_printf_btc_info4 (uint32_t log_addr,...) |
| |
| void | compress_printf_btc_warn0 (uint32_t log_addr,...) |
| |
| void | compress_printf_btc_warn1 (uint32_t log_addr,...) |
| |
| void | compress_printf_btc_warn2 (uint32_t log_addr,...) |
| |
| void | compress_printf_btc_warn3 (uint32_t log_addr,...) |
| |
| void | compress_printf_btc_warn4 (uint32_t log_addr,...) |
| |
| void | compress_printf_rom_callback (uint32_t log_addr, uint32_t log_header_user, uint32_t log_header_eng, va_list args) |
| |