CrashReportPersister

Handles persistence of CrashReportData

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Loads properties from the specified File.

Link copied to clipboard
fun store(crashData: CrashReportData, file: File)

Stores the mappings in this Properties to the specified OutputStream, putting the specified comment at the beginning. The output from this method is suitable for being read by the load() method.