HDL_ON/UI/MainPage.cs
@@ -454,7 +454,8 @@ addResidencePage.LoadView(); return; } new System.Threading.Thread(async () => new System.Threading.Thread(() => { try { @@ -504,6 +505,19 @@ } }).Start(); try { #if __ANDROID__ Com.Chteam.Agent.BuglyAgentHelper.SetUserId(UserInfo.Current.AccountString); #else Bugly.Bugly.SetUserIdentifier(UserInfo.Current.AccountString); #endif } catch (Exception ex) { MainPage.Log("Bugly error"); } } /// <summary>