Browse Source

logerror细化

guodong 1 year ago
parent
commit
76b07c8406
1 changed files with 1 additions and 0 deletions
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Controller/LoginController.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Controller/LoginController.cs

@@ -239,6 +239,7 @@ namespace GFGGame
 
         public static async ETTask ReqEnterGame()
         {
+            BuglyAgent.SetUserId(RoleDataManager.roleName + VersionController.Instance.PackageVersion);
             ViewManager.Show<ModalStatusView>("请求进入游戏...");
             int errorCode = await LoginHelper.GetRealmKey(GameGlobal.zoneScene);
             if (errorCode != ErrorCode.ERR_Success)