6#ifndef SRC_LIB_LOG_PRIVATE_LOG_TRIGGER_H
7#define SRC_LIB_LOG_PRIVATE_LOG_TRIGGER_H
14#define CORE_LOGGING APPS
33#if (BTH_WITH_SMART_WEAR == NO)
void register_log_trigger(log_trigger_callback_t callback)
Ensure the log trigger should be registered. This function should be called when the log module init.
Definition log_trigger.c:24
void massdata_trigger(void *pay_i, uint8_t core, uint8_t type)
trigger ipc to inform A core to save data from share mem in flash
Definition log_trigger.c:86
void log_trigger(void)
Ensure the log reader will be triggered. This function should be called when the logger has detected ...
Definition log_trigger.c:17
void(* log_trigger_callback_t)(void)
Definition log_trigger.h:15
osal_u8 type
Definition oal_net.h:0