AiCPlayer
Interface of aic vm - for rendering aspect, sensors, video records
dump_trace.h
Go to the documentation of this file.
1 
5 #ifndef __DUMP_TRACE_H_
6 #define __DUMP_TRACE_H_
7 
9 void dump_trace();
10 
11 #endif /* __DUMP_TRACE_H_ */
void dump_trace()
Dump a backtrace if there is a segfault.
Definition: dump_trace.c:9