Skip to content

Commit

Permalink
switched to crash-server crash handler
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Strickroth <[email protected]>
  • Loading branch information
csware committed Jun 9, 2012
1 parent 7a458c1 commit b2fb0d0
Show file tree
Hide file tree
Showing 12 changed files with 658 additions and 226 deletions.
2 changes: 2 additions & 0 deletions release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Upgrade numbers in:
-# doc/doc.build.include
-# src/version.h
-# src/TortoiseGitSetup/VersionNumberInclude.wxi

Uploads symbols to crash-server.com
172 changes: 0 additions & 172 deletions src/Git/CrashReport.h

This file was deleted.

4 changes: 0 additions & 4 deletions src/Git/Git.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,6 @@
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath=".\CrashReport.h"
>
</File>
<File
RelativePath=".\Git.h"
>
Expand Down
6 changes: 3 additions & 3 deletions src/TGitCache/TGITCache.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// TortoiseGit - a Windows shell extension for easy version control

// External Cache Copyright (C) 2005 - 2006,2010 - Will Dean, Stefan Kueng
// Copyright (C) 2008-2011 - TortoiseGit
// Copyright (C) 2008-2012 - TortoiseGit

// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
Expand All @@ -25,7 +25,7 @@
#include "CacheInterface.h"
#include "Resource.h"
#include "registry.h"
#include "..\crashrpt\CrashReport.h"
#include "CrashReport.h"
#include "GitAdminDir.h"
#include "Dbt.h"
#include <initguid.h>
Expand All @@ -46,7 +46,7 @@

#pragma comment(linker, "\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")

CCrashReport crasher("[email protected]", "Crash Report for TGitCache " APP_X64_STRING " : " STRPRODUCTVER, TRUE);// crash
CCrashReportTGit crasher(L"TGitCache " _T(APP_X64_STRING));

DWORD WINAPI InstanceThread(LPVOID);
DWORD WINAPI PipeThread(LPVOID);
Expand Down
Loading

0 comments on commit b2fb0d0

Please sign in to comment.