Formats PLCrashReport data as human-readable text.
More...
Formats PLCrashReport data as human-readable text.
Initialize with the request string encoding and output format.
- Parameters
-
textFormat | Format to use for the generated text crash report. |
stringEncoding | Encoding to use when writing to the output stream. |
Formats the provided report as human-readable text in the given textFormat, and return the formatted result as a string.
- Parameters
-
report | The report to format. |
textFormat | The text format to use. |
- Returns
- Returns the formatted result on success, or nil if an error occurs.
The documentation for this class was generated from the following files:
- Source/PLCrashReportTextFormatter.h
- Source/PLCrashReportTextFormatter.m