Commit 4a140acb authored by xujialang's avatar xujialang

新增外展开关-新增打点

parent e0e88ae7
......@@ -71,7 +71,10 @@ public final class OutHelp implements KPListener {
if (!DataManager.get().checkOutOpen(context)) {
LogUtil.d(TAG + "外展未开启");
Statistics.getInstance().onEvent(context, "out_close");
return;
} else {
Statistics.getInstance().onEvent(context, "out_open");
}
LogUtil.d(TAG + "初始化 isDebug=" + isDebug);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment