Searched refs:logStop (Results 1 – 2 of 2) sorted by relevance
/external/honggfuzz/libcommon/ | ||
D | log.h | 85 extern void logStop(int sig); |
D | log.c | 148 void logStop(int sig) { LOG_I("Server stops due to fatal signal (%d) caught. Exiting", sig); } in logStop() function |