11#ifndef __CRASH_INFO_H__
12#define __CRASH_INFO_H__
WS_DLL_PUBLIC void ws_add_crash_info(const char *fmt,...) G_GNUC_PRINTF(1
Append formatted crash diagnostic information.
WS_DLL_PUBLIC void ws_vadd_crash_info(const char *fmt, va_list ap)
Append formatted crash diagnostic information using a va_list.