浏览代码

logerror细化

guodong 1 年之前
父节点
当前提交
76b07c8406
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)