-
public final class LogEvent.DeviceInformation about the device that produced this log.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLogEvent.Device.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringarchitecture
-
Constructor Summary
Constructors Constructor Description LogEvent.Device(String architecture)
-
Method Summary
Modifier and Type Method Description final StringgetArchitecture()final JsonElementtoJson()-
-
Constructor Detail
-
LogEvent.Device
LogEvent.Device(String architecture)
- Parameters:
architecture- The CPU architecture of the device
-
-
Method Detail
-
getArchitecture
final String getArchitecture()
-
toJson
final JsonElement toJson()
-
-
-
-