[+] 添加对最新补丁获取异常的跟踪

This commit is contained in:
huiyadanli
2021-06-06 15:38:22 +08:00
parent 06c4ec8c0e
commit 53fbda1f53
3 changed files with 20 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ namespace RevokeMsgPatcher
private bool needUpdate = false;
private string getPatchJsonStatus = "GETTING"; // GETTING FAIL SUCCESS
private GAHelper ga = new GAHelper(); // Google Analytics 记录
private readonly GAHelper ga = GAHelper.Instance; // Google Analytics 记录
public void InitModifier()
{