DiagnosticLog

data class DiagnosticLog(title: String, time: Long, userDeviceInfo: String, logs: String)

Contains information like connected devices etc. and basic mobile phone information.

Constructors

DiagnosticLog
Link copied to clipboard
fun DiagnosticLog(title: String, time: Long, userDeviceInfo: String, logs: String)

Properties

logs
Link copied to clipboard
var logs: String

The logs

time
Link copied to clipboard
var time: Long

The time of logging the diagnostic

title
Link copied to clipboard
var title: String

Log title

userDeviceInfo
Link copied to clipboard
var userDeviceInfo: String

The details of the device that is being used like the OS version of the phone, model number, etc.