Refactoring error report

1. fix #627
2. fix #646
3. remove exceptionless
This commit is contained in:
bao-qian
2016-05-20 21:16:25 +01:00
parent e4c7842f34
commit 646b7a3118
11 changed files with 143 additions and 139 deletions

View File

@@ -11,7 +11,7 @@ namespace Wox.Helper
public static void Report(Exception e)
{
Log.Fatal(e);
new CrashReporter.CrashReporter(e).Show();
new CrashReporter(e).Show();
}
public static void UnhandledExceptionHandle(object sender, UnhandledExceptionEventArgs e)