From 8a6e300c15df14234e0ada45665d64aa55910b0c Mon Sep 17 00:00:00 2001 From: sje Date: Mon, 20 Nov 2006 23:32:45 +0000 Subject: add MiniDumpFilterMemory flag to MiniDumpWriteDump call, to help reduce amount of provate info in dumps git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@49 4f64403b-2f21-0410-a795-97e2b3489a10 --- attache/options.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'attache/options.cpp') diff --git a/attache/options.cpp b/attache/options.cpp index df97534..ca906e0 100644 --- a/attache/options.cpp +++ b/attache/options.cpp @@ -16,6 +16,11 @@ extern "C" void compressStream ( FILE *stream, FILE *zStream ); Options options; void DoTestUpload() { + if(DBGetContactSettingByte(0, MODULE, "RealCrash", 0)) { + int *i = 0; + *i = 1; + } + // bzip the file char szDumpFileName[MAX_PATH], szBzipFilename[MAX_PATH]; -- cgit v1.2.3