[6.8.0]冷启动添加网络连接状态埋点统计

This commit is contained in:
xuxinchao
2024-11-28 14:33:42 +08:00
parent f31d410610
commit 0717380d84
2 changed files with 8 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ object ColdStartAnalyticsManager {
private const val eventParamStep = "step" //冷启动步骤
private const val eventParamReason = "reason" //原因
const val wifiConnectSuccess = "wifiConnectSuccess" //Wifi连接成功
const val wifiConnectFail = "wifiConnectFail" //Wifi连接失败
const val ipcConnectSuccess = "ipcConnectSuccess" //域控连接成功
const val ipcConnectFail = "ipcConnectFail"//域控连接失败
const val ssmConnectSuccess = "ssmConnectSuccess" //SSM连接成功