// Token: 0x06015631 RID: 87601 RVA: 0x0056CE30 File Offset: 0x0056B030 public static void SetUserId(string userId) { if (!BuglyAgent.IsInitialized) { return; } BuglyAgent.DebugLog(null, "Set user id: {0}", new object[] { userId }); BuglyAgent.SetUserInfo(userId); }