void CAPI2_Assert(char *expr, char *file, int line, int value)
{
	/*KRIL_DEBUG(DBG_ERROR, "CAPI2_Assert::file:%s line:%d value:%d\n", file, line, value); */
#ifdef FUSE_IPC_CRASH_SUPPORT
	IPCCP_SetCPCrashedStatus(IPC_AP_ASSERT);
#endif
}
Ejemplo n.º 2
0
void CAPI2_Assert(char *expr, char *file, int line, int value)
{
    KRIL_DEBUG(DBG_ERROR, "CAPI2_Assert::file:%s line:%d value:%d\n", file, line, value);
    IPCCP_SetCPCrashedStatus(IPC_AP_ASSERT);
}