补充日志

This commit is contained in:
xiaohui.wang 2023-02-03 14:45:29 +08:00
parent 40395bd895
commit acbd1d959f
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ public class JoypacAnalyticsManager : MonoBehaviour
public void DesignEvent(string eventname, string name, string from, string action, string data, string extras) public void DesignEvent(string eventname, string name, string from, string action, string data, string extras)
{ {
Debug.Log(string.Format("<color=#ff0000>{0}</color>", action + " " + from + " " + data)); Debug.Log(string.Format("<color=#ff0000>{0}</color>", eventname, action + " " + from + " " + data));
VolcanoReYunJson temp = new VolcanoReYunJson(); VolcanoReYunJson temp = new VolcanoReYunJson();
temp.eventname = eventname; temp.eventname = eventname;
temp.values.Add("name", name); temp.values.Add("name", name);