private static void OpenLogs() { var logFile = FeedbackWindow.GetCharonLogFilesSortedByCreationTime().FirstOrDefault(); if (string.IsNullOrEmpty(logFile) == false) { EditorUtility.OpenWithDefaultApp(logFile); } }