ErrorsTable
This stores unhandled errors that occured on the device
Properties
Link copied to clipboard
val CREATE_TABLE_SQL: String = "CREATE TABLE IF NOT EXISTS Errors (_id INTEGER PRIMARY KEY, jsonData TEXT )"
Link copied to clipboard