Browse Source

修改bug

DESKTOP-FB72PO8\Administrator 1 ngày trước cách đây
mục cha
commit
dc09c560e4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Assets/Scripts/Core/Log/LogServer.cs

+ 1 - 1
Assets/Scripts/Core/Log/LogServer.cs

@@ -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;
     }