소스 검색

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)