From d7ffb16a72fc2c95bbd1d0b8c3ad5c488c60e2f7 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 25 Aug 2014 22:05:04 +0100 Subject: [PATCH] Add whitespace before C# exception in log --- renderdocui/Code/AppMain.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/renderdocui/Code/AppMain.cs b/renderdocui/Code/AppMain.cs index a95b2daa4..9fa2b91ca 100644 --- a/renderdocui/Code/AppMain.cs +++ b/renderdocui/Code/AppMain.cs @@ -136,6 +136,7 @@ namespace renderdocui.Code { // we log out this string, which is matched against in renderdoccmd to pull out the callstack // from the log even in the case where the user chooses not to submit the error log + StaticExports.LogText("\n\n"); StaticExports.LogText("--- Begin C# Exception Data ---"); if (ex != null) {