aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/crash_info.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-04-15 23:02:34 +0000
committerGerald Combs <gerald@wireshark.org>2013-04-15 23:02:34 +0000
commite96673d549ad21d04965fbf32d01ffe05e70e795 (patch)
tree9a508d2e7f1668cb43326320618e1a9b9b5a55cd /wsutil/crash_info.c
parent238659f271c419f9ecec95938f8c9944986a247b (diff)
Add links to Google Breakpad and other possible solutions.
svn path=/trunk/; revision=48863
Diffstat (limited to 'wsutil/crash_info.c')
-rw-r--r--wsutil/crash_info.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/wsutil/crash_info.c b/wsutil/crash_info.c
index ad17346ec7..d91c7e9041 100644
--- a/wsutil/crash_info.c
+++ b/wsutil/crash_info.c
@@ -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_, ...)
{