From 482c2237493d0836c7dfeaab08b60b2c2add151c Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 23 一月 2019 21:32:17 +0800
Subject: [PATCH] 3335 修改封包记录
---
Utility/StageLoadTimeOutCatcher.cs | 15 ++-------------
1 files changed, 2 insertions(+), 13 deletions(-)
diff --git a/Utility/StageLoadTimeOutCatcher.cs b/Utility/StageLoadTimeOutCatcher.cs
index 94c4b7c..95c3eaa 100644
--- a/Utility/StageLoadTimeOutCatcher.cs
+++ b/Utility/StageLoadTimeOutCatcher.cs
@@ -48,11 +48,12 @@
var title = StringUtility.Contact(stageId, "鍦板浘鍔犺浇瓒呮椂");
var description = StringUtility.Contact(
"寮�濮嬫椂闂�:", startTime.ToString("HH:mm:ss"), "$$",
+ "瓒呮椂鏃堕棿:", DateTime.Now.ToString("HH:mm:ss"), "$$",
got0102Time.ToString(), "$$",
gotA126Time.ToString(), "$$",
gotA127Time.ToString(), "$$",
got0109Time.ToString(), "$$",
- send0107Time.ToString(),"$$",
+ send0107Time.ToString(), "$$",
got0403Time.ToString());
ExceptionCatcher.ReportException(title, description);
@@ -85,18 +86,6 @@
break;
default:
break;
- }
-
- try
- {
- var title = StringUtility.Contact("鍦板浘鍔犺浇璁板綍-->灏佸寘缂栧彿锛�", number);
- var description = StringUtility.Contact(recorder.ToString(), "鐜╁:", PlayerDatas.Instance.baseData.PlayerName);
-
- ExceptionCatcher.ReportException(title, description);
- }
- catch (System.Exception ex)
- {
-
}
}
--
Gitblit v1.8.0