Add links to Google Breakpad and other possible solutions.

svn path=/trunk/; revision=48863
This commit is contained in:
Gerald Combs 2013-04-15 23:02:34 +00:00
parent 238659f271
commit e96673d549
1 changed files with 6 additions and 0 deletions

View File

@ -161,6 +161,12 @@ ws_add_crash_info(const char *fmt, ...)
}
#else
/*
* Perhaps Google Breakpad (http://code.google.com/p/google-breakpad/) or
* other options listed at
* http://stackoverflow.com/questions/7631908/library-for-logging-call-stack-at-runtime-windows-linux
* ?
*/
void
ws_add_crash_info(const char *fmt _U_, ...)
{