feedbackreporter icon indicating copy to clipboard operation
feedbackreporter copied to clipboard

Framework for sending feedback and system information reports from you Cocoa application.

Results 9 feedbackreporter issues
Sort by recently updated
recently updated
newest added

In 10.12, ASL (Apple System Log) was deprecated and replaced with os_log. One day we'll need to update...

improvement

Without temporary entitlements and some changes to FRCrashLogFinder, the app can't find any crash reports. This can be solved by adding a temporary entitlement com.apple.security.temporary-exception.files.home-relative-path.read-only to: - /Library/Logs/HangReporter/ - /Library/Logs/DiagnosticReports/...

improvement

Here's a suggestion: I tried to the the server example up and running that sends the feedback as email. It would never send my crash reports until I discovered that...

bug

I would prefer to use runtime localization (I think that's how it was at some stage) https://github.com/tcurdt/TCLocalizer

improvement

Unicode (non-ASCII) chars do not appear correctly in the console, due to how text retrieved from ASL is converted to NSString. See how the selected text (should be a 'curly...

bug

When the framework is used in a prefpane (using the current version which already uses loader_path) the FRFeedbackReporter.sh script obviously isn't executed. It's present in the resources folder, but the...

bug

In previous versions there was a reportAsUser:NSSTRING method, which seems to be gone. It would be great if we could still pass an emailaddress to FeedbackReporter, so that the user...

improvement

When used in plugins (or in prefPanes) the FeedbackReporter UI wrongly uses the Icon of the app that has launched the plugin (and also it's name) instead of the plugins...

bug

Either on the backend or from the application it would be great to be able to turn a feedback report into a ticket. Support for the following system would be...

improvement