DiagnosticLog
public struct DiagnosticLog : Codable
Contains information like connected devices etc. and basic mobile phone information.
-
Log title
Declaration
Swift
public var title: String
-
The time of logging the diagnostic
Declaration
Swift
public var time: Int64
-
The details of the device that is being used like the OS version of the phone, model number, etc.
Declaration
Swift
public var userDeviceInfo: String
-
Debug trace logs of application
Declaration
Swift
public var logs: String