Plausible CrashReporter
|
A crash report formatter accepts a PLCrashReport instance, formats it according to implementation-specified rules, (such as implementing text output support), and returns the result. More...
#import <PLCrashReportFormatter.h>
Instance Methods | |
(NSData *) | - formatReport:error: |
Format the provided report. More... | |
A crash report formatter accepts a PLCrashReport instance, formats it according to implementation-specified rules, (such as implementing text output support), and returns the result.
- (NSData *) formatReport: | (PLCrashReport *) | report | |
error: | (NSError **) | outError | |
Format the provided report.
report | Report to be formatted. |
outError | A pointer to an NSError object variable. If an error occurs, this pointer will contain an error object indicating why the pending crash report could not be formatted. If no error occurs, this parameter will be left unmodified. You may specify nil for this parameter, and no error information will be provided. |