CrashReportPersister

class CrashReportPersister

Handles persistence of CrashReportData

Constructors

CrashReportPersister
Link copied to clipboard
fun CrashReportPersister()

Functions

load
Link copied to clipboard
fun load(file: File): CrashReportData
Loads properties from the specified File.
store
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.