diff --git a/Mac/AppDelegate.swift b/Mac/AppDelegate.swift index 52b0abd0f..b5e34b3b4 100644 --- a/Mac/AppDelegate.swift +++ b/Mac/AppDelegate.swift @@ -715,9 +715,11 @@ extension AppDelegate { } @IBAction func debugTestCrashReportSending(_ sender: Any?) { - #if DEBUG - CrashReporter.sendCrashLogText("This is a test. Hi, Brent.") - #endif + CrashReporter.sendCrashLogText("This is a test. Hi, Brent.") + } + + @IBAction func forceCrash(_ sender: Any?) { + fatalError("This is a deliberate crash.") } @IBAction func openApplicationSupportFolder(_ sender: Any?) { diff --git a/Mac/Base.lproj/Main.storyboard b/Mac/Base.lproj/Main.storyboard index 9e3bdf707..a1f665aa2 100644 --- a/Mac/Base.lproj/Main.storyboard +++ b/Mac/Base.lproj/Main.storyboard @@ -1,8 +1,8 @@ - + - + @@ -516,6 +516,7 @@ + @@ -528,6 +529,13 @@ + + + + + + + @@ -682,7 +690,7 @@ - +