|
|
@@ -21,7 +21,7 @@ public class LogServer : Singleton<LogServer>
|
|
|
{
|
|
|
this.gameName = gameName;
|
|
|
version = Application.version;
|
|
|
- deviceModel = SystemInfo.deviceName + " " + SystemInfo.deviceModel;
|
|
|
+ deviceModel = SystemInfo.deviceName + " " + SystemInfo.deviceModel+" "+SystemInfo.deviceUniqueIdentifier;
|
|
|
operatingSystem = SystemInfo.operatingSystem;
|
|
|
}
|
|
|
|