Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose - (KSCrashReportStore *)crashReportStore; #5

Closed
yvasileuski opened this issue Dec 4, 2012 · 3 comments
Closed

Expose - (KSCrashReportStore *)crashReportStore; #5

yvasileuski opened this issue Dec 4, 2012 · 3 comments

Comments

@yvasileuski
Copy link

It would be very useful to expose crashReportStore to public interface.

...

import "KSCrash.h"

/** Advanced interface to the KSCrash system.
*/
@interface KSCrash ()

....

/** Store of all crash reports.
*
*/

  • (KSCrashReportStore *)crashReportStore;

...

@kstenerud
Copy link
Owner

Good idea. I'll add it in.

@yvasileuski
Copy link
Author

Done, see commit 690cd4a

@slottermoser
Copy link
Contributor

Commit 690cd4a causes a problem when using the KSCrashAdvanced.h header from the framework since the KSCrashReportStore.h is not a public header in the KSCrash.framework. See pull request #12 for a fix.

bamx23 pushed a commit that referenced this issue Jun 13, 2024
Add functions to get the current and previous crash handers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants