summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING6
1 files changed, 6 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 72bc88d1..fe77fc64 100644
--- a/HACKING
+++ b/HACKING
@@ -208,3 +208,9 @@ Debugging
The following packages contain debug information for
relevant libraries on Ubuntu 7.10:
evolution-data-server-dbg libglib2.0-0-dbg evolution-dbg
+
+Normally, syncevolution redirects stderr to its own log file. In
+crash scenarios the final error messages may get lost. To debug such
+cases, disable redirection by setting the environment variable
+SYNCEVOLUTION_DEBUG (value doesn't matter) and capture the output
+normally.